Html Css Color HEX #A0EA57 Conifer

📋 copy color: '#A0EA57'

red 160 ◦ green 234 ◦ blue 87

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

Shades of Conifer #A0EA57

Tints of Conifer #A0EA57

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.65%

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

R = 33.26%
G = 48.65%
B = 18.09%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#A0EA57 (or 0xA0EA57) is known color: Conifer. HEX triplet: A0, EA and 57. RGB value is (160,234,87). Sum of RGB (Red+Green+Blue) = 160+234+87=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 87 (34.38% from 255 or 18.09% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EA57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EA57 is #5F15A8. Grayscale: #C3C3C3. Windows color (decimal): -6231465 or 5761696. OLE color: 5761696.

HSL color Cylindrical-coordinate representation of color #A0EA57: hue angle of 90.2º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0EA57 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 234 87 -
CMYK 0.32 0 0.63 0.08
HSL 90.2º 0.78% 0.63% -
HSV(B) 90.2º 0.63% 0.92% -
XYZ 45.64 67.01 19.55 -
YUV 195.12 66.98 102.95 -
System Red Green Blue C M Y K H S L
Decimal 160 234 87 0.32 0 0.63 0.08 90.2 0.78 0.63
Hex A0 EA 57 20 0 3F 8 5A 4E 3F
Octal 240 352 127 40 0 77 10 132 116 77
Binary 10100000 11101010 1010111 100000 0 111111 1000 1011010 1001110 111111

Color Harmonies of #A0EA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EA57

Black with #A0EA57

Text Example


Text Example

White with #A0EA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EA57; }

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

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

background-color css

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

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

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

border-color css

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

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

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