Html Css Color HEX #A0DC63 Conifer

📋 copy color: '#A0DC63'

red 160 ◦ green 220 ◦ blue 99

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

Shades of Conifer #A0DC63

Tints of Conifer #A0DC63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.67%

R = 33.4%
G = 45.93%
B = 20.67%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#A0DC63 (or 0xA0DC63) is known color: Conifer. HEX triplet: A0, DC and 63. RGB value is (160,220,99). Sum of RGB (Red+Green+Blue) = 160+220+99=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DC63 is #5F239C. Grayscale: #BCBCBC. Windows color (decimal): -6235037 or 6544544. OLE color: 6544544.

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

Color convert

RGB 160 220 99 -
CMYK 0.27 0 0.55 0.14
HSL 89.75º 0.63% 0.63% -
HSV(B) 89.75º 0.55% 0.86% -
XYZ 42.34 59.56 21.07 -
YUV 188.27 77.62 107.84 -
System Red Green Blue C M Y K H S L
Decimal 160 220 99 0.27 0 0.55 0.14 89.75 0.63 0.63
Hex A0 DC 63 1B 0 37 E 5A 3F 3F
Octal 240 334 143 33 0 67 16 132 77 77
Binary 10100000 11011100 1100011 11011 0 110111 1110 1011010 111111 111111

Color Harmonies of #A0DC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DC63

Black with #A0DC63

Text Example


Text Example

White with #A0DC63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DC63; }

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

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

background-color css

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

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

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

border-color css

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

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

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