Html Css Color HEX #A0EC94 Granny Smith Apple

📋 copy color: '#A0EC94'

red 160 ◦ green 236 ◦ blue 148

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

Shades of Granny Smith Apple #A0EC94

Tints of Granny Smith Apple #A0EC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.21%

R = 29.41%
G = 43.38%
B = 27.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#A0EC94 (or 0xA0EC94) is known color: Granny Smith Apple. HEX triplet: A0, EC and 94. RGB value is (160,236,148). Sum of RGB (Red+Green+Blue) = 160+236+148=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 148 (58.20% from 255 or 27.21% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EC94 is #5F136B. Grayscale: #CBCBCB. Windows color (decimal): -6230892 or 9759904. OLE color: 9759904.

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

Color convert

RGB 160 236 148 -
CMYK 0.32 0 0.37 0.07
HSL 111.82º 0.7% 0.75% -
HSV(B) 111.82º 0.37% 0.93% -
XYZ 49.84 69.6 38.82 -
YUV 203.24 96.82 97.16 -
System Red Green Blue C M Y K H S L
Decimal 160 236 148 0.32 0 0.37 0.07 111.82 0.7 0.75
Hex A0 EC 94 20 0 25 7 70 46 4B
Octal 240 354 224 40 0 45 7 160 106 113
Binary 10100000 11101100 10010100 100000 0 100101 111 1110000 1000110 1001011

Color Harmonies of #A0EC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EC94

Black with #A0EC94

Text Example


Text Example

White with #A0EC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EC94; }

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

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

background-color css

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

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

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

border-color css

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

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

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