Html Css Color HEX #A1D85F Conifer

📋 copy color: '#A1D85F'

red 161 ◦ green 216 ◦ blue 95

#A1D85F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #A1D85F

Tints of Conifer #A1D85F

RGB

 RED value IS 161 (63.28% from 255) = 34.11%

 GREEN value IS 216 (84.77% from 255) = 45.76%

 BLUE value IS 95 (37.5% from 255) = 20.13%

R = 34.11%
G = 45.76%
B = 20.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A1D85F (or 0xA1D85F) is known color: Conifer. HEX triplet: A1, D8 and 5F. RGB value is (161,216,95). Sum of RGB (Red+Green+Blue) = 161+216+95=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 95 (37.5% from 255 or 20.13% from 472); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D85F is #5E27A0. Grayscale: #BABABA. Windows color (decimal): -6170529 or 6281377. OLE color: 6281377.

HSL color Cylindrical-coordinate representation of color #A1D85F: hue angle of 87.27º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1D85F is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 216 95 -
CMYK 0.25 0 0.56 0.15
HSL 87.27º 0.61% 0.61% -
HSV(B) 87.27º 0.56% 0.85% -
XYZ 41.32 57.52 19.75 -
YUV 185.76 76.78 110.34 -
System Red Green Blue C M Y K H S L
Decimal 161 216 95 0.25 0 0.56 0.15 87.27 0.61 0.61
Hex A1 D8 5F 19 0 38 F 57 3D 3D
Octal 241 330 137 31 0 70 17 127 75 75
Binary 10100001 11011000 1011111 11001 0 111000 1111 1010111 111101 111101

Color Harmonies of #A1D85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D85F

Black with #A1D85F

Text Example


Text Example

White with #A1D85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D85F; }

 p { color: rgb(161,216,95); }

 H1.HeaderClassName
 {
   color: #A1D85F;
 }
 .AnyTagClassName
 {
   color: #A1D85F;
 }
</style>

background-color css

<style>
 a { background-color: #A1D85F; }

 a { background-color: rgb(161,216,95); }

 div.DivClassName
 {
   background-color: #A1D85F;
 }
 .BgClassName
 {
   background-color: #A1D85F;
 }
</style>

border-color css

<style>
 span { border-color: #A1D85F; }

 span { border-color: rgb(161,216,95); }

 td.TdClassName
 {
   border-color: #A1D85F;
 }
 .TagClassName
 {
   border-color: #A1D85F;
 }
</style>