Html Css Color HEX #A0EB9D Granny Smith Apple

📋 copy color: '#A0EB9D'

red 160 ◦ green 235 ◦ blue 157

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

Shades of Granny Smith Apple #A0EB9D

Tints of Granny Smith Apple #A0EB9D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.57%

 BLUE value IS 157 (61.72% from 255) = 28.44%

R = 28.99%
G = 42.57%
B = 28.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#A0EB9D (or 0xA0EB9D) is known color: Granny Smith Apple. HEX triplet: A0, EB and 9D. RGB value is (160,235,157). Sum of RGB (Red+Green+Blue) = 160+235+157=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 235 (92.19% from 255 or 42.57% from 552); Blue value is 157 (61.72% from 255 or 28.44% from 552); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EB9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EB9D is #5F1462. Grayscale: #CBCBCB. Windows color (decimal): -6231139 or 10349472. OLE color: 10349472.

HSL color Cylindrical-coordinate representation of color #A0EB9D: hue angle of 117.69º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EB9D is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 235 157 -
CMYK 0.32 0 0.33 0.08
HSL 117.69º 0.66% 0.77% -
HSV(B) 117.69º 0.33% 0.92% -
XYZ 50.29 69.32 42.63 -
YUV 203.68 101.65 96.84 -
System Red Green Blue C M Y K H S L
Decimal 160 235 157 0.32 0 0.33 0.08 117.69 0.66 0.77
Hex A0 EB 9D 20 0 21 8 76 42 4D
Octal 240 353 235 40 0 41 10 166 102 115
Binary 10100000 11101011 10011101 100000 0 100001 1000 1110110 1000010 1001101

Color Harmonies of #A0EB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EB9D

Black with #A0EB9D

Text Example


Text Example

White with #A0EB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EB9D; }

 p { color: rgb(160,235,157); }

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

background-color css

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

 a { background-color: rgb(160,235,157); }

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

border-color css

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

 span { border-color: rgb(160,235,157); }

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