Html Css Color HEX #A0ED96 Granny Smith Apple

📋 copy color: '#A0ED96'

red 160 ◦ green 237 ◦ blue 150

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

Shades of Granny Smith Apple #A0ED96

Tints of Granny Smith Apple #A0ED96

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.33%

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

R = 29.25%
G = 43.33%
B = 27.42%

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

#A0ED96 (or 0xA0ED96) is known color: Granny Smith Apple. HEX triplet: A0, ED and 96. RGB value is (160,237,150). Sum of RGB (Red+Green+Blue) = 160+237+150=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #A0ED96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0ED96 is #5F1269. Grayscale: #CCCCCC. Windows color (decimal): -6230634 or 9891232. OLE color: 9891232.

HSL color Cylindrical-coordinate representation of color #A0ED96: hue angle of 113.1º degrees, saturation: 0.71, 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 #A0ED96 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 237 150 -
CMYK 0.32 0 0.37 0.07
HSL 113.1º 0.71% 0.76% -
HSV(B) 113.1º 0.37% 0.93% -
XYZ 50.29 70.24 39.76 -
YUV 204.06 97.49 96.57 -
System Red Green Blue C M Y K H S L
Decimal 160 237 150 0.32 0 0.37 0.07 113.1 0.71 0.76
Hex A0 ED 96 20 0 25 7 71 47 4C
Octal 240 355 226 40 0 45 7 161 107 114
Binary 10100000 11101101 10010110 100000 0 100101 111 1110001 1000111 1001100

Color Harmonies of #A0ED96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ED96

Black with #A0ED96

Text Example


Text Example

White with #A0ED96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ED96; }

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

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

background-color css

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

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

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

border-color css

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

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

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