Html Css Color HEX #A2DB60 Conifer

📋 copy color: '#A2DB60'

red 162 ◦ green 219 ◦ blue 96

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

Shades of Conifer #A2DB60

Tints of Conifer #A2DB60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.13%

R = 33.96%
G = 45.91%
B = 20.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#A2DB60 (or 0xA2DB60) is known color: Conifer. HEX triplet: A2, DB and 60. RGB value is (162,219,96). Sum of RGB (Red+Green+Blue) = 162+219+96=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DB60 is #5D249F. Grayscale: #BCBCBC. Windows color (decimal): -6104224 or 6347682. OLE color: 6347682.

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

Color convert

RGB 162 219 96 -
CMYK 0.26 0 0.56 0.14
HSL 87.8º 0.63% 0.62% -
HSV(B) 87.8º 0.56% 0.86% -
XYZ 42.34 59.19 20.26 -
YUV 187.94 76.12 109.5 -
System Red Green Blue C M Y K H S L
Decimal 162 219 96 0.26 0 0.56 0.14 87.8 0.63 0.62
Hex A2 DB 60 1A 0 38 E 58 3F 3E
Octal 242 333 140 32 0 70 16 130 77 76
Binary 10100010 11011011 1100000 11010 0 111000 1110 1011000 111111 111110

Color Harmonies of #A2DB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DB60

Black with #A2DB60

Text Example


Text Example

White with #A2DB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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