Html Css Color HEX #A0E39D Granny Smith Apple

📋 copy color: '#A0E39D'

red 160 ◦ green 227 ◦ blue 157

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

Shades of Granny Smith Apple #A0E39D

Tints of Granny Smith Apple #A0E39D

RGB

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

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

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

R = 29.41%
G = 41.73%
B = 28.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#A0E39D (or 0xA0E39D) is known color: Granny Smith Apple. HEX triplet: A0, E3 and 9D. RGB value is (160,227,157). Sum of RGB (Red+Green+Blue) = 160+227+157=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 227 (89.06% from 255 or 41.73% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E39D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E39D is #5F1C62. Grayscale: #C7C7C7. Windows color (decimal): -6233187 or 10347424. OLE color: 10347424.

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

Color convert

RGB 160 227 157 -
CMYK 0.30 0 0.31 0.11
HSL 117.43º 0.56% 0.75% -
HSV(B) 117.43º 0.31% 0.89% -
XYZ 48.05 64.85 41.88 -
YUV 198.99 104.3 100.19 -
System Red Green Blue C M Y K H S L
Decimal 160 227 157 0.30 0 0.31 0.11 117.43 0.56 0.75
Hex A0 E3 9D 1E 0 1F B 75 38 4B
Octal 240 343 235 36 0 37 13 165 70 113
Binary 10100000 11100011 10011101 11110 0 11111 1011 1110101 111000 1001011

Color Harmonies of #A0E39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E39D

Black with #A0E39D

Text Example


Text Example

White with #A0E39D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E39D; }

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

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

background-color css

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

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

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

border-color css

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

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

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