Html Css Color HEX #A2D156 Conifer

📋 copy color: '#A2D156'

red 162 ◦ green 209 ◦ blue 86

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

Shades of Conifer #A2D156

Tints of Conifer #A2D156

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.73%

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

R = 35.45%
G = 45.73%
B = 18.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#A2D156 (or 0xA2D156) is known color: Conifer. HEX triplet: A2, D1 and 56. RGB value is (162,209,86). Sum of RGB (Red+Green+Blue) = 162+209+86=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 86 (33.98% from 255 or 18.82% from 457); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D156 is #5D2EA9. Grayscale: #B5B5B5. Windows color (decimal): -6106794 or 5689762. OLE color: 5689762.

HSL color Cylindrical-coordinate representation of color #A2D156: hue angle of 82.93º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2D156 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 209 86 -
CMYK 0.22 0 0.59 0.18
HSL 82.93º 0.57% 0.58% -
HSV(B) 82.93º 0.59% 0.82% -
XYZ 39.38 53.95 17.14 -
YUV 180.93 74.43 114.5 -
System Red Green Blue C M Y K H S L
Decimal 162 209 86 0.22 0 0.59 0.18 82.93 0.57 0.58
Hex A2 D1 56 16 0 3B 12 53 39 3A
Octal 242 321 126 26 0 73 22 123 71 72
Binary 10100010 11010001 1010110 10110 0 111011 10010 1010011 111001 111010

Color Harmonies of #A2D156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D156

Black with #A2D156

Text Example


Text Example

White with #A2D156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D156; }

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

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

background-color css

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

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

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

border-color css

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

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

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