Html Css Color HEX #A6CC55 Conifer

📋 copy color: '#A6CC55'

red 166 ◦ green 204 ◦ blue 85

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

Shades of Conifer #A6CC55

Tints of Conifer #A6CC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.68%

R = 36.48%
G = 44.84%
B = 18.68%

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

#A6CC55 (or 0xA6CC55) is known color: Conifer. HEX triplet: A6, CC and 55. RGB value is (166,204,85). Sum of RGB (Red+Green+Blue) = 166+204+85=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CC55 is #5933AA. Grayscale: #B3B3B3. Windows color (decimal): -5845931 or 5622950. OLE color: 5622950.

HSL color Cylindrical-coordinate representation of color #A6CC55: hue angle of 79.16º 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 #A6CC55 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 204 85 -
CMYK 0.19 0 0.58 0.2
HSL 79.16º 0.54% 0.57% -
HSV(B) 79.16º 0.58% 0.8% -
XYZ 38.96 51.95 16.57 -
YUV 179.07 74.91 118.68 -
System Red Green Blue C M Y K H S L
Decimal 166 204 85 0.19 0 0.58 0.2 79.16 0.54 0.57
Hex A6 CC 55 13 0 3A 14 4F 36 39
Octal 246 314 125 23 0 72 24 117 66 71
Binary 10100110 11001100 1010101 10011 0 111010 10100 1001111 110110 111001

Color Harmonies of #A6CC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CC55

Black with #A6CC55

Text Example


Text Example

White with #A6CC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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