Html Css Color HEX #A2D566 Conifer

📋 copy color: '#A2D566'

red 162 ◦ green 213 ◦ blue 102

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

Shades of Conifer #A2D566

Tints of Conifer #A2D566

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.65%

 BLUE value IS 102 (40.23% from 255) = 21.38%

R = 33.96%
G = 44.65%
B = 21.38%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#A2D566 (or 0xA2D566) is known color: Conifer. HEX triplet: A2, D5 and 66. RGB value is (162,213,102). Sum of RGB (Red+Green+Blue) = 162+213+102=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D566 is #5D2A99. Grayscale: #B9B9B9. Windows color (decimal): -6105754 or 6739362. OLE color: 6739362.

HSL color Cylindrical-coordinate representation of color #A2D566: hue angle of 87.57º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2D566 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 213 102 -
CMYK 0.24 0 0.52 0.16
HSL 87.57º 0.57% 0.62% -
HSV(B) 87.57º 0.52% 0.84% -
XYZ 41.09 56.23 21.26 -
YUV 185.1 81.1 111.53 -
System Red Green Blue C M Y K H S L
Decimal 162 213 102 0.24 0 0.52 0.16 87.57 0.57 0.62
Hex A2 D5 66 18 0 34 10 58 39 3E
Octal 242 325 146 30 0 64 20 130 71 76
Binary 10100010 11010101 1100110 11000 0 110100 10000 1011000 111001 111110

Color Harmonies of #A2D566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D566

Black with #A2D566

Text Example


Text Example

White with #A2D566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D566; }

 p { color: rgb(162,213,102); }

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

background-color css

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

 a { background-color: rgb(162,213,102); }

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

border-color css

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

 span { border-color: rgb(162,213,102); }

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