Html Css Color HEX #A2DB65 Conifer

📋 copy color: '#A2DB65'

red 162 ◦ green 219 ◦ blue 101

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

Shades of Conifer #A2DB65

Tints of Conifer #A2DB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.95%

R = 33.61%
G = 45.44%
B = 20.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#A2DB65 (or 0xA2DB65) is known color: Conifer. HEX triplet: A2, DB and 65. RGB value is (162,219,101). Sum of RGB (Red+Green+Blue) = 162+219+101=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DB65 is #5D249A. Grayscale: #BCBCBC. Windows color (decimal): -6104219 or 6675362. OLE color: 6675362.

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

Color convert

RGB 162 219 101 -
CMYK 0.26 0 0.54 0.14
HSL 88.98º 0.62% 0.63% -
HSV(B) 88.98º 0.54% 0.86% -
XYZ 42.58 59.28 21.51 -
YUV 188.51 78.62 109.09 -
System Red Green Blue C M Y K H S L
Decimal 162 219 101 0.26 0 0.54 0.14 88.98 0.62 0.63
Hex A2 DB 65 1A 0 36 E 59 3E 3F
Octal 242 333 145 32 0 66 16 131 76 77
Binary 10100010 11011011 1100101 11010 0 110110 1110 1011001 111110 111111

Color Harmonies of #A2DB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DB65

Black with #A2DB65

Text Example


Text Example

White with #A2DB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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