Html Css Color HEX #A0E48D Granny Smith Apple

📋 copy color: '#A0E48D'

red 160 ◦ green 228 ◦ blue 141

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

Shades of Granny Smith Apple #A0E48D

Tints of Granny Smith Apple #A0E48D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.1%

 BLUE value IS 141 (55.47% from 255) = 26.65%

R = 30.25%
G = 43.1%
B = 26.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#A0E48D (or 0xA0E48D) is known color: Granny Smith Apple. HEX triplet: A0, E4 and 8D. RGB value is (160,228,141). Sum of RGB (Red+Green+Blue) = 160+228+141=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E48D is #5F1B72. Grayscale: #C6C6C6. Windows color (decimal): -6232947 or 9299104. OLE color: 9299104.

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

Color convert

RGB 160 228 141 -
CMYK 0.30 0 0.38 0.11
HSL 106.9º 0.62% 0.72% -
HSV(B) 106.9º 0.38% 0.89% -
XYZ 47.05 64.88 35.24 -
YUV 197.75 95.97 101.07 -
System Red Green Blue C M Y K H S L
Decimal 160 228 141 0.30 0 0.38 0.11 106.9 0.62 0.72
Hex A0 E4 8D 1E 0 26 B 6B 3E 48
Octal 240 344 215 36 0 46 13 153 76 110
Binary 10100000 11100100 10001101 11110 0 100110 1011 1101011 111110 1001000

Color Harmonies of #A0E48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E48D

Black with #A0E48D

Text Example


Text Example

White with #A0E48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E48D; }

 p { color: rgb(160,228,141); }

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

background-color css

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

 a { background-color: rgb(160,228,141); }

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

border-color css

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

 span { border-color: rgb(160,228,141); }

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