Html Css Color HEX #A6CC56 Conifer

📋 copy color: '#A6CC56'

red 166 ◦ green 204 ◦ blue 86

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

Shades of Conifer #A6CC56

Tints of Conifer #A6CC56

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.74%

 BLUE value IS 86 (33.98% from 255) = 18.86%

R = 36.4%
G = 44.74%
B = 18.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#A6CC56 (or 0xA6CC56) is known color: Conifer. HEX triplet: A6, CC and 56. RGB value is (166,204,86). Sum of RGB (Red+Green+Blue) = 166+204+86=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CC56 is #5933A9. Grayscale: #B3B3B3. Windows color (decimal): -5845930 or 5688486. OLE color: 5688486.

HSL color Cylindrical-coordinate representation of color #A6CC56: hue angle of 79.32º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6CC56 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 204 86 -
CMYK 0.19 0 0.58 0.2
HSL 79.32º 0.54% 0.57% -
HSV(B) 79.32º 0.58% 0.8% -
XYZ 39 51.96 16.78 -
YUV 179.19 75.41 118.59 -
System Red Green Blue C M Y K H S L
Decimal 166 204 86 0.19 0 0.58 0.2 79.32 0.54 0.57
Hex A6 CC 56 13 0 3A 14 4F 36 39
Octal 246 314 126 23 0 72 24 117 66 71
Binary 10100110 11001100 1010110 10011 0 111010 10100 1001111 110110 111001

Color Harmonies of #A6CC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CC56

Black with #A6CC56

Text Example


Text Example

White with #A6CC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CC56; }

 p { color: rgb(166,204,86); }

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

background-color css

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

 a { background-color: rgb(166,204,86); }

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

border-color css

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

 span { border-color: rgb(166,204,86); }

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