Html Css Color HEX #A2DB52 Conifer

📋 copy color: '#A2DB52'

red 162 ◦ green 219 ◦ blue 82

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

Shades of Conifer #A2DB52

Tints of Conifer #A2DB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.71%

R = 34.99%
G = 47.3%
B = 17.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#A2DB52 (or 0xA2DB52) is known color: Conifer. HEX triplet: A2, DB and 52. RGB value is (162,219,82). Sum of RGB (Red+Green+Blue) = 162+219+82=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DB52 is #5D24AD. Grayscale: #BABABA. Windows color (decimal): -6104238 or 5430178. OLE color: 5430178.

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

Color convert

RGB 162 219 82 -
CMYK 0.26 0 0.63 0.14
HSL 84.96º 0.66% 0.59% -
HSV(B) 84.96º 0.63% 0.86% -
XYZ 41.75 58.95 17.16 -
YUV 186.34 69.12 110.64 -
System Red Green Blue C M Y K H S L
Decimal 162 219 82 0.26 0 0.63 0.14 84.96 0.66 0.59
Hex A2 DB 52 1A 0 3F E 55 42 3B
Octal 242 333 122 32 0 77 16 125 102 73
Binary 10100010 11011011 1010010 11010 0 111111 1110 1010101 1000010 111011

Color Harmonies of #A2DB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DB52

Black with #A2DB52

Text Example


Text Example

White with #A2DB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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