Html Css Color HEX #A0DD57 Conifer

📋 copy color: '#A0DD57'

red 160 ◦ green 221 ◦ blue 87

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

Shades of Conifer #A0DD57

Tints of Conifer #A0DD57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.59%

R = 34.19%
G = 47.22%
B = 18.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#A0DD57 (or 0xA0DD57) is known color: Conifer. HEX triplet: A0, DD and 57. RGB value is (160,221,87). Sum of RGB (Red+Green+Blue) = 160+221+87=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 87 (34.38% from 255 or 18.59% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DD57 is #5F22A8. Grayscale: #BBBBBB. Windows color (decimal): -6234793 or 5758368. OLE color: 5758368.

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

Color convert

RGB 160 221 87 -
CMYK 0.28 0 0.61 0.13
HSL 87.31º 0.66% 0.6% -
HSV(B) 87.31º 0.61% 0.87% -
XYZ 42.07 59.87 18.36 -
YUV 187.49 71.29 108.4 -
System Red Green Blue C M Y K H S L
Decimal 160 221 87 0.28 0 0.61 0.13 87.31 0.66 0.6
Hex A0 DD 57 1C 0 3D D 57 42 3C
Octal 240 335 127 34 0 75 15 127 102 74
Binary 10100000 11011101 1010111 11100 0 111101 1101 1010111 1000010 111100

Color Harmonies of #A0DD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DD57

Black with #A0DD57

Text Example


Text Example

White with #A0DD57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DD57; }

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

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

background-color css

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

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

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

border-color css

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

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

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