Html Css Color HEX #A2DB5B Conifer

📋 copy color: '#A2DB5B'

red 162 ◦ green 219 ◦ blue 91

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

Shades of Conifer #A2DB5B

Tints of Conifer #A2DB5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.28%

R = 34.32%
G = 46.4%
B = 19.28%

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

#A2DB5B (or 0xA2DB5B) is known color: Conifer. HEX triplet: A2, DB and 5B. RGB value is (162,219,91). Sum of RGB (Red+Green+Blue) = 162+219+91=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DB5B is #5D24A4. Grayscale: #BBBBBB. Windows color (decimal): -6104229 or 6020002. OLE color: 6020002.

HSL color Cylindrical-coordinate representation of color #A2DB5B: hue angle of 86.72º 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 #A2DB5B is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 219 91 -
CMYK 0.26 0 0.58 0.14
HSL 86.72º 0.64% 0.61% -
HSV(B) 86.72º 0.58% 0.86% -
XYZ 42.12 59.1 19.08 -
YUV 187.37 73.62 109.91 -
System Red Green Blue C M Y K H S L
Decimal 162 219 91 0.26 0 0.58 0.14 86.72 0.64 0.61
Hex A2 DB 5B 1A 0 3A E 57 40 3D
Octal 242 333 133 32 0 72 16 127 100 75
Binary 10100010 11011011 1011011 11010 0 111010 1110 1010111 1000000 111101

Color Harmonies of #A2DB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DB5B

Black with #A2DB5B

Text Example


Text Example

White with #A2DB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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