Html Css Color HEX #A0E88D Granny Smith Apple

📋 copy color: '#A0E88D'

red 160 ◦ green 232 ◦ blue 141

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

Shades of Granny Smith Apple #A0E88D

Tints of Granny Smith Apple #A0E88D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.53%

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

R = 30.02%
G = 43.53%
B = 26.45%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#A0E88D (or 0xA0E88D) is known color: Granny Smith Apple. HEX triplet: A0, E8 and 8D. RGB value is (160,232,141). Sum of RGB (Red+Green+Blue) = 160+232+141=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 232 (91.02% from 255 or 43.53% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E88D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E88D is #5F1772. Grayscale: #C8C8C8. Windows color (decimal): -6231923 or 9300128. OLE color: 9300128.

HSL color Cylindrical-coordinate representation of color #A0E88D: hue angle of 107.47º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0E88D is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 232 141 -
CMYK 0.31 0 0.39 0.09
HSL 107.47º 0.66% 0.73% -
HSV(B) 107.47º 0.39% 0.91% -
XYZ 48.16 67.11 35.61 -
YUV 200.1 94.65 99.4 -
System Red Green Blue C M Y K H S L
Decimal 160 232 141 0.31 0 0.39 0.09 107.47 0.66 0.73
Hex A0 E8 8D 1F 0 27 9 6B 42 49
Octal 240 350 215 37 0 47 11 153 102 111
Binary 10100000 11101000 10001101 11111 0 100111 1001 1101011 1000010 1001001

Color Harmonies of #A0E88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E88D

Black with #A0E88D

Text Example


Text Example

White with #A0E88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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