Html Css Color HEX #A0DB61 Conifer

📋 copy color: '#A0DB61'

red 160 ◦ green 219 ◦ blue 97

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

Shades of Conifer #A0DB61

Tints of Conifer #A0DB61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.38%

R = 33.61%
G = 46.01%
B = 20.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#A0DB61 (or 0xA0DB61) is known color: Conifer. HEX triplet: A0, DB and 61. RGB value is (160,219,97). Sum of RGB (Red+Green+Blue) = 160+219+97=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 97 (38.28% from 255 or 20.38% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DB61 is #5F249E. Grayscale: #BBBBBB. Windows color (decimal): -6235295 or 6413216. OLE color: 6413216.

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

Color convert

RGB 160 219 97 -
CMYK 0.27 0 0.56 0.14
HSL 89.02º 0.63% 0.62% -
HSV(B) 89.02º 0.56% 0.86% -
XYZ 41.99 59 20.48 -
YUV 187.45 76.95 108.42 -
System Red Green Blue C M Y K H S L
Decimal 160 219 97 0.27 0 0.56 0.14 89.02 0.63 0.62
Hex A0 DB 61 1B 0 38 E 59 3F 3E
Octal 240 333 141 33 0 70 16 131 77 76
Binary 10100000 11011011 1100001 11011 0 111000 1110 1011001 111111 111110

Color Harmonies of #A0DB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DB61

Black with #A0DB61

Text Example


Text Example

White with #A0DB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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