Html Css Color HEX #A0E050 Conifer

📋 copy color: '#A0E050'

red 160 ◦ green 224 ◦ blue 80

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

Shades of Conifer #A0E050

Tints of Conifer #A0E050

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.28%

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

R = 34.48%
G = 48.28%
B = 17.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#A0E050 (or 0xA0E050) is known color: Conifer. HEX triplet: A0, E0 and 50. RGB value is (160,224,80). Sum of RGB (Red+Green+Blue) = 160+224+80=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E050 is #5F1FAF. Grayscale: #BCBCBC. Windows color (decimal): -6234032 or 5300384. OLE color: 5300384.

HSL color Cylindrical-coordinate representation of color #A0E050: hue angle of 86.67º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0E050 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 224 80 -
CMYK 0.29 0 0.64 0.12
HSL 86.67º 0.7% 0.6% -
HSV(B) 86.67º 0.64% 0.88% -
XYZ 42.6 61.36 17.19 -
YUV 188.45 66.8 107.71 -
System Red Green Blue C M Y K H S L
Decimal 160 224 80 0.29 0 0.64 0.12 86.67 0.7 0.6
Hex A0 E0 50 1D 0 40 C 57 46 3C
Octal 240 340 120 35 0 100 14 127 106 74
Binary 10100000 11100000 1010000 11101 0 1000000 1100 1010111 1000110 111100

Color Harmonies of #A0E050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E050

Black with #A0E050

Text Example


Text Example

White with #A0E050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E050; }

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

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

background-color css

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

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

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

border-color css

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

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

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