Html Css Color HEX #A0DD62 Conifer

📋 copy color: '#A0DD62'

red 160 ◦ green 221 ◦ blue 98

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

Shades of Conifer #A0DD62

Tints of Conifer #A0DD62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.46%

R = 33.4%
G = 46.14%
B = 20.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#A0DD62 (or 0xA0DD62) is known color: Conifer. HEX triplet: A0, DD and 62. RGB value is (160,221,98). Sum of RGB (Red+Green+Blue) = 160+221+98=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 98 (38.67% from 255 or 20.46% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DD62 is #5F229D. Grayscale: #BDBDBD. Windows color (decimal): -6234782 or 6479264. OLE color: 6479264.

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

Color convert

RGB 160 221 98 -
CMYK 0.28 0 0.56 0.13
HSL 89.76º 0.64% 0.63% -
HSV(B) 89.76º 0.56% 0.87% -
XYZ 42.56 60.07 20.91 -
YUV 188.74 76.79 107.5 -
System Red Green Blue C M Y K H S L
Decimal 160 221 98 0.28 0 0.56 0.13 89.76 0.64 0.63
Hex A0 DD 62 1C 0 38 D 5A 40 3F
Octal 240 335 142 34 0 70 15 132 100 77
Binary 10100000 11011101 1100010 11100 0 111000 1101 1011010 1000000 111111

Color Harmonies of #A0DD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DD62

Black with #A0DD62

Text Example


Text Example

White with #A0DD62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DD62; }

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

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

background-color css

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

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

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

border-color css

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

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

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