Html Css Color HEX #A6E85F Conifer

📋 copy color: '#A6E85F'

red 166 ◦ green 232 ◦ blue 95

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

Shades of Conifer #A6E85F

Tints of Conifer #A6E85F

RGB

 RED value IS 166 (65.23% from 255) = 33.67%

 GREEN value IS 232 (91.02% from 255) = 47.06%

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

R = 33.67%
G = 47.06%
B = 19.27%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#A6E85F (or 0xA6E85F) is known color: Conifer. HEX triplet: A6, E8 and 5F. RGB value is (166,232,95). Sum of RGB (Red+Green+Blue) = 166+232+95=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 232 (91.02% from 255 or 47.06% from 493); Blue value is 95 (37.5% from 255 or 19.27% from 493); Max value from RGB is 232 - color contains mainly: green. Hex color #A6E85F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6E85F is #5917A0. Grayscale: #C5C5C5. Windows color (decimal): -5838753 or 6285478. OLE color: 6285478.

HSL color Cylindrical-coordinate representation of color #A6E85F: hue angle of 88.91º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A6E85F is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 166 232 95 -
CMYK 0.28 0 0.59 0.09
HSL 88.91º 0.75% 0.64% -
HSV(B) 88.91º 0.59% 0.91% -
XYZ 46.65 66.65 21.23 -
YUV 196.65 70.63 106.14 -
System Red Green Blue C M Y K H S L
Decimal 166 232 95 0.28 0 0.59 0.09 88.91 0.75 0.64
Hex A6 E8 5F 1C 0 3B 9 59 4B 40
Octal 246 350 137 34 0 73 11 131 113 100
Binary 10100110 11101000 1011111 11100 0 111011 1001 1011001 1001011 1000000

Color Harmonies of #A6E85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E85F

Black with #A6E85F

Text Example


Text Example

White with #A6E85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E85F; }

 p { color: rgb(166,232,95); }

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

background-color css

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

 a { background-color: rgb(166,232,95); }

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

border-color css

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

 span { border-color: rgb(166,232,95); }

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