Html Css Color HEX #A0EC8F Granny Smith Apple

📋 copy color: '#A0EC8F'

red 160 ◦ green 236 ◦ blue 143

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

Shades of Granny Smith Apple #A0EC8F

Tints of Granny Smith Apple #A0EC8F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.78%

 BLUE value IS 143 (56.25% from 255) = 26.53%

R = 29.68%
G = 43.78%
B = 26.53%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#A0EC8F (or 0xA0EC8F) is known color: Granny Smith Apple. HEX triplet: A0, EC and 8F. RGB value is (160,236,143). Sum of RGB (Red+Green+Blue) = 160+236+143=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 143 (56.25% from 255 or 26.53% from 539); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EC8F is #5F1370. Grayscale: #CACACA. Windows color (decimal): -6230897 or 9432224. OLE color: 9432224.

HSL color Cylindrical-coordinate representation of color #A0EC8F: hue angle of 109.03º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0EC8F is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 236 143 -
CMYK 0.32 0 0.39 0.07
HSL 109.03º 0.71% 0.74% -
HSV(B) 109.03º 0.39% 0.93% -
XYZ 49.45 69.45 36.79 -
YUV 202.67 94.32 97.56 -
System Red Green Blue C M Y K H S L
Decimal 160 236 143 0.32 0 0.39 0.07 109.03 0.71 0.74
Hex A0 EC 8F 20 0 27 7 6D 47 4A
Octal 240 354 217 40 0 47 7 155 107 112
Binary 10100000 11101100 10001111 100000 0 100111 111 1101101 1000111 1001010

Color Harmonies of #A0EC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EC8F

Black with #A0EC8F

Text Example


Text Example

White with #A0EC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EC8F; }

 p { color: rgb(160,236,143); }

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

background-color css

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

 a { background-color: rgb(160,236,143); }

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

border-color css

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

 span { border-color: rgb(160,236,143); }

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