Html Css Color HEX #A0D899 Granny Smith Apple

📋 copy color: '#A0D899'

red 160 ◦ green 216 ◦ blue 153

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

Shades of Granny Smith Apple #A0D899

Tints of Granny Smith Apple #A0D899

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.83%

 BLUE value IS 153 (60.16% from 255) = 28.92%

R = 30.25%
G = 40.83%
B = 28.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#A0D899 (or 0xA0D899) is known color: Granny Smith Apple. HEX triplet: A0, D8 and 99. RGB value is (160,216,153). Sum of RGB (Red+Green+Blue) = 160+216+153=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D899 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D899 is #5F2766. Grayscale: #C0C0C0. Windows color (decimal): -6236007 or 10082464. OLE color: 10082464.

HSL color Cylindrical-coordinate representation of color #A0D899: hue angle of 113.33º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0D899 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 216 153 -
CMYK 0.26 0 0.29 0.15
HSL 113.33º 0.45% 0.72% -
HSV(B) 113.33º 0.29% 0.85% -
XYZ 44.8 58.89 39.14 -
YUV 192.07 105.95 105.12 -
System Red Green Blue C M Y K H S L
Decimal 160 216 153 0.26 0 0.29 0.15 113.33 0.45 0.72
Hex A0 D8 99 1A 0 1D F 71 2D 48
Octal 240 330 231 32 0 35 17 161 55 110
Binary 10100000 11011000 10011001 11010 0 11101 1111 1110001 101101 1001000

Color Harmonies of #A0D899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D899

Black with #A0D899

Text Example


Text Example

White with #A0D899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D899; }

 p { color: rgb(160,216,153); }

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

background-color css

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

 a { background-color: rgb(160,216,153); }

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

border-color css

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

 span { border-color: rgb(160,216,153); }

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