Html Css Color HEX #A0DB63 Conifer

📋 copy color: '#A0DB63'

red 160 ◦ green 219 ◦ blue 99

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

Shades of Conifer #A0DB63

Tints of Conifer #A0DB63

RGB

 RED value IS 160 (62.89% from 255) = 33.47%

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

 BLUE value IS 99 (39.06% from 255) = 20.71%

R = 33.47%
G = 45.82%
B = 20.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#A0DB63 (or 0xA0DB63) is known color: Conifer. HEX triplet: A0, DB and 63. RGB value is (160,219,99). Sum of RGB (Red+Green+Blue) = 160+219+99=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 99 (39.06% from 255 or 20.71% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DB63 is #5F249C. Grayscale: #BCBCBC. Windows color (decimal): -6235293 or 6544288. OLE color: 6544288.

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

Color convert

RGB 160 219 99 -
CMYK 0.27 0 0.55 0.14
HSL 89.5º 0.63% 0.62% -
HSV(B) 89.5º 0.55% 0.86% -
XYZ 42.08 59.04 20.98 -
YUV 187.68 77.95 108.26 -
System Red Green Blue C M Y K H S L
Decimal 160 219 99 0.27 0 0.55 0.14 89.5 0.63 0.62
Hex A0 DB 63 1B 0 37 E 5A 3E 3E
Octal 240 333 143 33 0 67 16 132 76 76
Binary 10100000 11011011 1100011 11011 0 110111 1110 1011010 111110 111110

Color Harmonies of #A0DB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DB63

Black with #A0DB63

Text Example


Text Example

White with #A0DB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DB63; }

 p { color: rgb(160,219,99); }

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

background-color css

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

 a { background-color: rgb(160,219,99); }

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

border-color css

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

 span { border-color: rgb(160,219,99); }

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