Html Css Color HEX #A2CC55 Conifer

📋 copy color: '#A2CC55'

red 162 ◦ green 204 ◦ blue 85

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

Shades of Conifer #A2CC55

Tints of Conifer #A2CC55

RGB

 RED value IS 162 (63.67% from 255) = 35.92%

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

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

R = 35.92%
G = 45.23%
B = 18.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#A2CC55 (or 0xA2CC55) is known color: Conifer. HEX triplet: A2, CC and 55. RGB value is (162,204,85). Sum of RGB (Red+Green+Blue) = 162+204+85=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 85 (33.59% from 255 or 18.85% from 451); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CC55 is #5D33AA. Grayscale: #B2B2B2. Windows color (decimal): -6108075 or 5622946. OLE color: 5622946.

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

Color convert

RGB 162 204 85 -
CMYK 0.21 0 0.58 0.2
HSL 81.18º 0.54% 0.57% -
HSV(B) 81.18º 0.58% 0.8% -
XYZ 38.13 51.52 16.53 -
YUV 177.88 75.59 116.68 -
System Red Green Blue C M Y K H S L
Decimal 162 204 85 0.21 0 0.58 0.2 81.18 0.54 0.57
Hex A2 CC 55 15 0 3A 14 51 36 39
Octal 242 314 125 25 0 72 24 121 66 71
Binary 10100010 11001100 1010101 10101 0 111010 10100 1010001 110110 111001

Color Harmonies of #A2CC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CC55

Black with #A2CC55

Text Example


Text Example

White with #A2CC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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