Html Css Color HEX #A0E395 Granny Smith Apple

📋 copy color: '#A0E395'

red 160 ◦ green 227 ◦ blue 149

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

Shades of Granny Smith Apple #A0E395

Tints of Granny Smith Apple #A0E395

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.35%

 BLUE value IS 149 (58.59% from 255) = 27.8%

R = 29.85%
G = 42.35%
B = 27.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#A0E395 (or 0xA0E395) is known color: Granny Smith Apple. HEX triplet: A0, E3 and 95. RGB value is (160,227,149). Sum of RGB (Red+Green+Blue) = 160+227+149=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E395 is #5F1C6A. Grayscale: #C6C6C6. Windows color (decimal): -6233195 or 9823136. OLE color: 9823136.

HSL color Cylindrical-coordinate representation of color #A0E395: hue angle of 111.54º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0E395 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 227 149 -
CMYK 0.30 0 0.34 0.11
HSL 111.54º 0.58% 0.74% -
HSV(B) 111.54º 0.34% 0.89% -
XYZ 47.39 64.58 38.4 -
YUV 198.08 100.3 100.84 -
System Red Green Blue C M Y K H S L
Decimal 160 227 149 0.30 0 0.34 0.11 111.54 0.58 0.74
Hex A0 E3 95 1E 0 22 B 70 3A 4A
Octal 240 343 225 36 0 42 13 160 72 112
Binary 10100000 11100011 10010101 11110 0 100010 1011 1110000 111010 1001010

Color Harmonies of #A0E395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E395

Black with #A0E395

Text Example


Text Example

White with #A0E395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E395; }

 p { color: rgb(160,227,149); }

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

background-color css

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

 a { background-color: rgb(160,227,149); }

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

border-color css

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

 span { border-color: rgb(160,227,149); }

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