Html Css Color HEX #A0E557 Conifer

📋 copy color: '#A0E557'

red 160 ◦ green 229 ◦ blue 87

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

Shades of Conifer #A0E557

Tints of Conifer #A0E557

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.11%

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

R = 33.61%
G = 48.11%
B = 18.28%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.62

 K value IS 0.10

RGB Variations

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

Color information

#A0E557 (or 0xA0E557) is known color: Conifer. HEX triplet: A0, E5 and 57. RGB value is (160,229,87). Sum of RGB (Red+Green+Blue) = 160+229+87=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 229 (89.84% from 255 or 48.11% from 476); Blue value is 87 (34.38% from 255 or 18.28% from 476); Max value from RGB is 229 - color contains mainly: green. Hex color #A0E557 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E557 is #5F1AA8. Grayscale: #C0C0C0. Windows color (decimal): -6232745 or 5760416. OLE color: 5760416.

HSL color Cylindrical-coordinate representation of color #A0E557: hue angle of 89.15º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0E557 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 229 87 -
CMYK 0.30 0 0.62 0.10
HSL 89.15º 0.73% 0.62% -
HSV(B) 89.15º 0.62% 0.9% -
XYZ 44.24 64.2 19.08 -
YUV 192.18 68.64 105.05 -
System Red Green Blue C M Y K H S L
Decimal 160 229 87 0.30 0 0.62 0.10 89.15 0.73 0.62
Hex A0 E5 57 1E 0 3E A 59 49 3E
Octal 240 345 127 36 0 76 12 131 111 76
Binary 10100000 11100101 1010111 11110 0 111110 1010 1011001 1001001 111110

Color Harmonies of #A0E557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E557

Black with #A0E557

Text Example


Text Example

White with #A0E557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E557; }

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

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

background-color css

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

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

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

border-color css

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

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

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