Html Css Color HEX #A2DB66 Conifer

📋 copy color: '#A2DB66'

red 162 ◦ green 219 ◦ blue 102

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

Shades of Conifer #A2DB66

Tints of Conifer #A2DB66

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.34%

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

R = 33.54%
G = 45.34%
B = 21.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#A2DB66 (or 0xA2DB66) is known color: Conifer. HEX triplet: A2, DB and 66. RGB value is (162,219,102). Sum of RGB (Red+Green+Blue) = 162+219+102=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DB66 is #5D2499. Grayscale: #BDBDBD. Windows color (decimal): -6104218 or 6740898. OLE color: 6740898.

HSL color Cylindrical-coordinate representation of color #A2DB66: hue angle of 89.23º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2DB66 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 219 102 -
CMYK 0.26 0 0.53 0.14
HSL 89.23º 0.62% 0.63% -
HSV(B) 89.23º 0.53% 0.86% -
XYZ 42.63 59.3 21.77 -
YUV 188.62 79.12 109.01 -
System Red Green Blue C M Y K H S L
Decimal 162 219 102 0.26 0 0.53 0.14 89.23 0.62 0.63
Hex A2 DB 66 1A 0 35 E 59 3E 3F
Octal 242 333 146 32 0 65 16 131 76 77
Binary 10100010 11011011 1100110 11010 0 110101 1110 1011001 111110 111111

Color Harmonies of #A2DB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DB66

Black with #A2DB66

Text Example


Text Example

White with #A2DB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DB66; }

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

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

background-color css

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

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

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

border-color css

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

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

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