Html Css Color HEX #A0EB9B Granny Smith Apple

📋 copy color: '#A0EB9B'

red 160 ◦ green 235 ◦ blue 155

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

Shades of Granny Smith Apple #A0EB9B

Tints of Granny Smith Apple #A0EB9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.18%

R = 29.09%
G = 42.73%
B = 28.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#A0EB9B (or 0xA0EB9B) is known color: Granny Smith Apple. HEX triplet: A0, EB and 9B. RGB value is (160,235,155). Sum of RGB (Red+Green+Blue) = 160+235+155=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 155 (60.94% from 255 or 28.18% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EB9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EB9B is #5F1464. Grayscale: #CBCBCB. Windows color (decimal): -6231141 or 10218400. OLE color: 10218400.

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

Color convert

RGB 160 235 155 -
CMYK 0.32 0 0.34 0.08
HSL 116.25º 0.67% 0.76% -
HSV(B) 116.25º 0.34% 0.92% -
XYZ 50.12 69.26 41.74 -
YUV 203.46 100.65 97 -
System Red Green Blue C M Y K H S L
Decimal 160 235 155 0.32 0 0.34 0.08 116.25 0.67 0.76
Hex A0 EB 9B 20 0 22 8 74 43 4C
Octal 240 353 233 40 0 42 10 164 103 114
Binary 10100000 11101011 10011011 100000 0 100010 1000 1110100 1000011 1001100

Color Harmonies of #A0EB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EB9B

Black with #A0EB9B

Text Example


Text Example

White with #A0EB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EB9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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