Html Css Color HEX #A0DB64 Conifer

📋 copy color: '#A0DB64'

red 160 ◦ green 219 ◦ blue 100

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

Shades of Conifer #A0DB64

Tints of Conifer #A0DB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.88%

R = 33.4%
G = 45.72%
B = 20.88%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#A0DB64 (or 0xA0DB64) is known color: Conifer. HEX triplet: A0, DB and 64. RGB value is (160,219,100). Sum of RGB (Red+Green+Blue) = 160+219+100=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DB64 is #5F249B. Grayscale: #BCBCBC. Windows color (decimal): -6235292 or 6609824. OLE color: 6609824.

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

Color convert

RGB 160 219 100 -
CMYK 0.27 0 0.54 0.14
HSL 89.75º 0.62% 0.63% -
HSV(B) 89.75º 0.54% 0.86% -
XYZ 42.13 59.06 21.24 -
YUV 187.79 78.45 108.18 -
System Red Green Blue C M Y K H S L
Decimal 160 219 100 0.27 0 0.54 0.14 89.75 0.62 0.63
Hex A0 DB 64 1B 0 36 E 5A 3E 3F
Octal 240 333 144 33 0 66 16 132 76 77
Binary 10100000 11011011 1100100 11011 0 110110 1110 1011010 111110 111111

Color Harmonies of #A0DB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DB64

Black with #A0DB64

Text Example


Text Example

White with #A0DB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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