Html Css Color HEX #A2DB5D Conifer

📋 copy color: '#A2DB5D'

red 162 ◦ green 219 ◦ blue 93

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

Shades of Conifer #A2DB5D

Tints of Conifer #A2DB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.62%

R = 34.18%
G = 46.2%
B = 19.62%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#A2DB5D (or 0xA2DB5D) is known color: Conifer. HEX triplet: A2, DB and 5D. RGB value is (162,219,93). Sum of RGB (Red+Green+Blue) = 162+219+93=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DB5D is #5D24A2. Grayscale: #BCBCBC. Windows color (decimal): -6104227 or 6151074. OLE color: 6151074.

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

Color convert

RGB 162 219 93 -
CMYK 0.26 0 0.58 0.14
HSL 87.14º 0.64% 0.61% -
HSV(B) 87.14º 0.58% 0.86% -
XYZ 42.21 59.13 19.55 -
YUV 187.59 74.62 109.75 -
System Red Green Blue C M Y K H S L
Decimal 162 219 93 0.26 0 0.58 0.14 87.14 0.64 0.61
Hex A2 DB 5D 1A 0 3A E 57 40 3D
Octal 242 333 135 32 0 72 16 127 100 75
Binary 10100010 11011011 1011101 11010 0 111010 1110 1010111 1000000 111101

Color Harmonies of #A2DB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DB5D

Black with #A2DB5D

Text Example


Text Example

White with #A2DB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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