Html Css Color HEX #A0EE99 Granny Smith Apple

📋 copy color: '#A0EE99'

red 160 ◦ green 238 ◦ blue 153

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

Shades of Granny Smith Apple #A0EE99

Tints of Granny Smith Apple #A0EE99

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.19%

 BLUE value IS 153 (60.16% from 255) = 27.77%

R = 29.04%
G = 43.19%
B = 27.77%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#A0EE99 (or 0xA0EE99) is known color: Granny Smith Apple. HEX triplet: A0, EE and 99. RGB value is (160,238,153). Sum of RGB (Red+Green+Blue) = 160+238+153=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE99 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EE99 is #5F1166. Grayscale: #CDCDCD. Windows color (decimal): -6230375 or 10088096. OLE color: 10088096.

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

Color convert

RGB 160 238 153 -
CMYK 0.33 0 0.36 0.07
HSL 115.06º 0.71% 0.77% -
HSV(B) 115.06º 0.36% 0.93% -
XYZ 50.82 70.92 41.15 -
YUV 204.99 98.66 95.91 -
System Red Green Blue C M Y K H S L
Decimal 160 238 153 0.33 0 0.36 0.07 115.06 0.71 0.77
Hex A0 EE 99 21 0 24 7 73 47 4D
Octal 240 356 231 41 0 44 7 163 107 115
Binary 10100000 11101110 10011001 100001 0 100100 111 1110011 1000111 1001101

Color Harmonies of #A0EE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EE99

Black with #A0EE99

Text Example


Text Example

White with #A0EE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EE99; }

 p { color: rgb(160,238,153); }

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

background-color css

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

 a { background-color: rgb(160,238,153); }

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

border-color css

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

 span { border-color: rgb(160,238,153); }

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