Html Css Color HEX #A0DB4F Conifer

📋 copy color: '#A0DB4F'

red 160 ◦ green 219 ◦ blue 79

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

Shades of Conifer #A0DB4F

Tints of Conifer #A0DB4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.25%

R = 34.93%
G = 47.82%
B = 17.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#A0DB4F (or 0xA0DB4F) is known color: Conifer. HEX triplet: A0, DB and 4F. RGB value is (160,219,79). Sum of RGB (Red+Green+Blue) = 160+219+79=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 79 (31.25% from 255 or 17.25% from 458); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DB4F is #5F24B0. Grayscale: #B9B9B9. Windows color (decimal): -6235313 or 5233568. OLE color: 5233568.

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

Color convert

RGB 160 219 79 -
CMYK 0.27 0 0.64 0.14
HSL 85.29º 0.66% 0.58% -
HSV(B) 85.29º 0.64% 0.86% -
XYZ 41.24 58.7 16.55 -
YUV 185.4 67.95 109.88 -
System Red Green Blue C M Y K H S L
Decimal 160 219 79 0.27 0 0.64 0.14 85.29 0.66 0.58
Hex A0 DB 4F 1B 0 40 E 55 42 3A
Octal 240 333 117 33 0 100 16 125 102 72
Binary 10100000 11011011 1001111 11011 0 1000000 1110 1010101 1000010 111010

Color Harmonies of #A0DB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DB4F

Black with #A0DB4F

Text Example


Text Example

White with #A0DB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DB4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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