Html Css Color HEX #A4CC55 Conifer

📋 copy color: '#A4CC55'

red 164 ◦ green 204 ◦ blue 85

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

Shades of Conifer #A4CC55

Tints of Conifer #A4CC55

RGB

 RED value IS 164 (64.45% from 255) = 36.2%

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

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

R = 36.2%
G = 45.03%
B = 18.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#A4CC55 (or 0xA4CC55) is known color: Conifer. HEX triplet: A4, CC and 55. RGB value is (164,204,85). Sum of RGB (Red+Green+Blue) = 164+204+85=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #A4CC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CC55 is #5B33AA. Grayscale: #B2B2B2. Windows color (decimal): -5977003 or 5622948. OLE color: 5622948.

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

Color convert

RGB 164 204 85 -
CMYK 0.20 0 0.58 0.2
HSL 80.17º 0.54% 0.57% -
HSV(B) 80.17º 0.58% 0.8% -
XYZ 38.54 51.73 16.55 -
YUV 178.47 75.25 117.68 -
System Red Green Blue C M Y K H S L
Decimal 164 204 85 0.20 0 0.58 0.2 80.17 0.54 0.57
Hex A4 CC 55 14 0 3A 14 50 36 39
Octal 244 314 125 24 0 72 24 120 66 71
Binary 10100100 11001100 1010101 10100 0 111010 10100 1010000 110110 111001

Color Harmonies of #A4CC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CC55

Black with #A4CC55

Text Example


Text Example

White with #A4CC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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