Html Css Color HEX #A0EE96 Granny Smith Apple

📋 copy color: '#A0EE96'

red 160 ◦ green 238 ◦ blue 150

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

Shades of Granny Smith Apple #A0EE96

Tints of Granny Smith Apple #A0EE96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.37%

R = 29.2%
G = 43.43%
B = 27.37%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#A0EE96 (or 0xA0EE96) is known color: Granny Smith Apple. HEX triplet: A0, EE and 96. RGB value is (160,238,150). Sum of RGB (Red+Green+Blue) = 160+238+150=548 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.20% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EE96 is #5F1169. Grayscale: #CCCCCC. Windows color (decimal): -6230378 or 9891488. OLE color: 9891488.

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

Color convert

RGB 160 238 150 -
CMYK 0.33 0 0.37 0.07
HSL 113.18º 0.72% 0.76% -
HSV(B) 113.18º 0.37% 0.93% -
XYZ 50.58 70.82 39.86 -
YUV 204.65 97.16 96.16 -
System Red Green Blue C M Y K H S L
Decimal 160 238 150 0.33 0 0.37 0.07 113.18 0.72 0.76
Hex A0 EE 96 21 0 25 7 71 48 4C
Octal 240 356 226 41 0 45 7 161 110 114
Binary 10100000 11101110 10010110 100001 0 100101 111 1110001 1001000 1001100

Color Harmonies of #A0EE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EE96

Black with #A0EE96

Text Example


Text Example

White with #A0EE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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