Html Css Color HEX #A0DC5C Conifer

📋 copy color: '#A0DC5C'

red 160 ◦ green 220 ◦ blue 92

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

Shades of Conifer #A0DC5C

Tints of Conifer #A0DC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.49%

R = 33.9%
G = 46.61%
B = 19.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#A0DC5C (or 0xA0DC5C) is known color: Conifer. HEX triplet: A0, DC and 5C. RGB value is (160,220,92). Sum of RGB (Red+Green+Blue) = 160+220+92=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DC5C is #5F23A3. Grayscale: #BBBBBB. Windows color (decimal): -6235044 or 6085792. OLE color: 6085792.

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

Color convert

RGB 160 220 92 -
CMYK 0.27 0 0.58 0.14
HSL 88.13º 0.65% 0.61% -
HSV(B) 88.13º 0.58% 0.86% -
XYZ 42.02 59.43 19.38 -
YUV 187.47 74.12 108.41 -
System Red Green Blue C M Y K H S L
Decimal 160 220 92 0.27 0 0.58 0.14 88.13 0.65 0.61
Hex A0 DC 5C 1B 0 3A E 58 41 3D
Octal 240 334 134 33 0 72 16 130 101 75
Binary 10100000 11011100 1011100 11011 0 111010 1110 1011000 1000001 111101

Color Harmonies of #A0DC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DC5C

Black with #A0DC5C

Text Example


Text Example

White with #A0DC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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