Html Css Color HEX #A0DC4F Conifer

📋 copy color: '#A0DC4F'

red 160 ◦ green 220 ◦ blue 79

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

Shades of Conifer #A0DC4F

Tints of Conifer #A0DC4F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.93%

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

R = 34.86%
G = 47.93%
B = 17.21%

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

#A0DC4F (or 0xA0DC4F) is known color: Conifer. HEX triplet: A0, DC and 4F. RGB value is (160,220,79). Sum of RGB (Red+Green+Blue) = 160+220+79=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 79 (31.25% from 255 or 17.21% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DC4F is #5F23B0. Grayscale: #BABABA. Windows color (decimal): -6235057 or 5233824. OLE color: 5233824.

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

Color convert

RGB 160 220 79 -
CMYK 0.27 0 0.64 0.14
HSL 85.53º 0.67% 0.59% -
HSV(B) 85.53º 0.64% 0.86% -
XYZ 41.5 59.22 16.64 -
YUV 185.99 67.62 109.46 -
System Red Green Blue C M Y K H S L
Decimal 160 220 79 0.27 0 0.64 0.14 85.53 0.67 0.59
Hex A0 DC 4F 1B 0 40 E 56 43 3B
Octal 240 334 117 33 0 100 16 126 103 73
Binary 10100000 11011100 1001111 11011 0 1000000 1110 1010110 1000011 111011

Color Harmonies of #A0DC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DC4F

Black with #A0DC4F

Text Example


Text Example

White with #A0DC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DC4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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