Html Css Color HEX #A2CC56 Conifer

📋 copy color: '#A2CC56'

red 162 ◦ green 204 ◦ blue 86

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

Shades of Conifer #A2CC56

Tints of Conifer #A2CC56

RGB

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

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

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

R = 35.84%
G = 45.13%
B = 19.03%

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

#A2CC56 (or 0xA2CC56) is known color: Conifer. HEX triplet: A2, CC and 56. RGB value is (162,204,86). Sum of RGB (Red+Green+Blue) = 162+204+86=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 86 (33.98% from 255 or 19.03% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CC56 is #5D33A9. Grayscale: #B2B2B2. Windows color (decimal): -6108074 or 5688482. OLE color: 5688482.

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

Color convert

RGB 162 204 86 -
CMYK 0.21 0 0.58 0.2
HSL 81.36º 0.54% 0.57% -
HSV(B) 81.36º 0.58% 0.8% -
XYZ 38.17 51.54 16.74 -
YUV 177.99 76.09 116.59 -
System Red Green Blue C M Y K H S L
Decimal 162 204 86 0.21 0 0.58 0.2 81.36 0.54 0.57
Hex A2 CC 56 15 0 3A 14 51 36 39
Octal 242 314 126 25 0 72 24 121 66 71
Binary 10100010 11001100 1010110 10101 0 111010 10100 1010001 110110 111001

Color Harmonies of #A2CC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CC56

Black with #A2CC56

Text Example


Text Example

White with #A2CC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CC56; }

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

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

background-color css

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

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

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

border-color css

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

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

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