Html Css Color HEX #A0DA4F Conifer

📋 copy color: '#A0DA4F'

red 160 ◦ green 218 ◦ blue 79

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

Shades of Conifer #A0DA4F

Tints of Conifer #A0DA4F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.7%

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

R = 35.01%
G = 47.7%
B = 17.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#A0DA4F (or 0xA0DA4F) is known color: Conifer. HEX triplet: A0, DA and 4F. RGB value is (160,218,79). Sum of RGB (Red+Green+Blue) = 160+218+79=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 79 (31.25% from 255 or 17.29% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DA4F is #5F25B0. Grayscale: #B9B9B9. Windows color (decimal): -6235569 or 5233312. OLE color: 5233312.

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

Color convert

RGB 160 218 79 -
CMYK 0.27 0 0.64 0.15
HSL 85.04º 0.65% 0.58% -
HSV(B) 85.04º 0.64% 0.85% -
XYZ 40.98 58.18 16.47 -
YUV 184.81 68.28 110.3 -
System Red Green Blue C M Y K H S L
Decimal 160 218 79 0.27 0 0.64 0.15 85.04 0.65 0.58
Hex A0 DA 4F 1B 0 40 F 55 41 3A
Octal 240 332 117 33 0 100 17 125 101 72
Binary 10100000 11011010 1001111 11011 0 1000000 1111 1010101 1000001 111010

Color Harmonies of #A0DA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DA4F

Black with #A0DA4F

Text Example


Text Example

White with #A0DA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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