Html Css Color HEX #A0DD63 Conifer

📋 copy color: '#A0DD63'

red 160 ◦ green 221 ◦ blue 99

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

Shades of Conifer #A0DD63

Tints of Conifer #A0DD63

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.04%

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

R = 33.33%
G = 46.04%
B = 20.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#A0DD63 (or 0xA0DD63) is known color: Conifer. HEX triplet: A0, DD and 63. RGB value is (160,221,99). Sum of RGB (Red+Green+Blue) = 160+221+99=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 99 (39.06% from 255 or 20.62% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DD63 is #5F229C. Grayscale: #BDBDBD. Windows color (decimal): -6234781 or 6544800. OLE color: 6544800.

HSL color Cylindrical-coordinate representation of color #A0DD63: hue angle of 90º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0DD63 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 221 99 -
CMYK 0.28 0 0.55 0.13
HSL 90º 0.64% 0.63% -
HSV(B) 90º 0.55% 0.87% -
XYZ 42.61 60.09 21.16 -
YUV 188.85 77.29 107.42 -
System Red Green Blue C M Y K H S L
Decimal 160 221 99 0.28 0 0.55 0.13 90 0.64 0.63
Hex A0 DD 63 1C 0 37 D 5A 40 3F
Octal 240 335 143 34 0 67 15 132 100 77
Binary 10100000 11011101 1100011 11100 0 110111 1101 1011010 1000000 111111

Color Harmonies of #A0DD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DD63

Black with #A0DD63

Text Example


Text Example

White with #A0DD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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