Html Css Color HEX #A0DE50 Conifer

📋 copy color: '#A0DE50'

red 160 ◦ green 222 ◦ blue 80

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

Shades of Conifer #A0DE50

Tints of Conifer #A0DE50

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.05%

 BLUE value IS 80 (31.64% from 255) = 17.32%

R = 34.63%
G = 48.05%
B = 17.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#A0DE50 (or 0xA0DE50) is known color: Conifer. HEX triplet: A0, DE and 50. RGB value is (160,222,80). Sum of RGB (Red+Green+Blue) = 160+222+80=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 222 - color contains mainly: green. Hex color #A0DE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DE50 is #5F21AF. Grayscale: #BBBBBB. Windows color (decimal): -6234544 or 5299872. OLE color: 5299872.

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

Color convert

RGB 160 222 80 -
CMYK 0.28 0 0.64 0.13
HSL 86.2º 0.68% 0.59% -
HSV(B) 86.2º 0.64% 0.87% -
XYZ 42.07 60.3 17.01 -
YUV 187.27 67.46 108.55 -
System Red Green Blue C M Y K H S L
Decimal 160 222 80 0.28 0 0.64 0.13 86.2 0.68 0.59
Hex A0 DE 50 1C 0 40 D 56 44 3B
Octal 240 336 120 34 0 100 15 126 104 73
Binary 10100000 11011110 1010000 11100 0 1000000 1101 1010110 1000100 111011

Color Harmonies of #A0DE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DE50

Black with #A0DE50

Text Example


Text Example

White with #A0DE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DE50; }

 p { color: rgb(160,222,80); }

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

background-color css

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

 a { background-color: rgb(160,222,80); }

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

border-color css

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

 span { border-color: rgb(160,222,80); }

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