Html Css Color HEX #A0DD61 Conifer

📋 copy color: '#A0DD61'

red 160 ◦ green 221 ◦ blue 97

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

Shades of Conifer #A0DD61

Tints of Conifer #A0DD61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.29%

R = 33.47%
G = 46.23%
B = 20.29%

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

#A0DD61 (or 0xA0DD61) is known color: Conifer. HEX triplet: A0, DD and 61. RGB value is (160,221,97). Sum of RGB (Red+Green+Blue) = 160+221+97=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 97 (38.28% from 255 or 20.29% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DD61 is #5F229E. Grayscale: #BDBDBD. Windows color (decimal): -6234783 or 6413728. OLE color: 6413728.

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

Color convert

RGB 160 221 97 -
CMYK 0.28 0 0.56 0.13
HSL 89.52º 0.65% 0.62% -
HSV(B) 89.52º 0.56% 0.87% -
XYZ 42.51 60.05 20.66 -
YUV 188.63 76.29 107.58 -
System Red Green Blue C M Y K H S L
Decimal 160 221 97 0.28 0 0.56 0.13 89.52 0.65 0.62
Hex A0 DD 61 1C 0 38 D 5A 41 3E
Octal 240 335 141 34 0 70 15 132 101 76
Binary 10100000 11011101 1100001 11100 0 111000 1101 1011010 1000001 111110

Color Harmonies of #A0DD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DD61

Black with #A0DD61

Text Example


Text Example

White with #A0DD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DD61; }

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

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

background-color css

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

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

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

border-color css

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

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

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