Html Css Color HEX #A0DC5F Conifer

📋 copy color: '#A0DC5F'

red 160 ◦ green 220 ◦ blue 95

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

Shades of Conifer #A0DC5F

Tints of Conifer #A0DC5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20%

R = 33.68%
G = 46.32%
B = 20%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#A0DC5F (or 0xA0DC5F) is known color: Conifer. HEX triplet: A0, DC and 5F. RGB value is (160,220,95). Sum of RGB (Red+Green+Blue) = 160+220+95=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 95 (37.5% from 255 or 20% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DC5F is #5F23A0. Grayscale: #BCBCBC. Windows color (decimal): -6235041 or 6282400. OLE color: 6282400.

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

Color convert

RGB 160 220 95 -
CMYK 0.27 0 0.57 0.14
HSL 88.8º 0.64% 0.62% -
HSV(B) 88.8º 0.57% 0.86% -
XYZ 42.16 59.49 20.09 -
YUV 187.81 75.62 108.16 -
System Red Green Blue C M Y K H S L
Decimal 160 220 95 0.27 0 0.57 0.14 88.8 0.64 0.62
Hex A0 DC 5F 1B 0 39 E 59 40 3E
Octal 240 334 137 33 0 71 16 131 100 76
Binary 10100000 11011100 1011111 11011 0 111001 1110 1011001 1000000 111110

Color Harmonies of #A0DC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DC5F

Black with #A0DC5F

Text Example


Text Example

White with #A0DC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DC5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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