Html Css Color HEX #A0D49D Granny Smith Apple

📋 copy color: '#A0D49D'

red 160 ◦ green 212 ◦ blue 157

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

Shades of Granny Smith Apple #A0D49D

Tints of Granny Smith Apple #A0D49D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.08%

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

R = 30.25%
G = 40.08%
B = 29.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#A0D49D (or 0xA0D49D) is known color: Granny Smith Apple. HEX triplet: A0, D4 and 9D. RGB value is (160,212,157). Sum of RGB (Red+Green+Blue) = 160+212+157=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D49D is #5F2B62. Grayscale: #BEBEBE. Windows color (decimal): -6237027 or 10343584. OLE color: 10343584.

HSL color Cylindrical-coordinate representation of color #A0D49D: hue angle of 116.73º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0D49D is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 160 212 157 -
CMYK 0.25 0 0.26 0.17
HSL 116.73º 0.39% 0.72% -
HSV(B) 116.73º 0.26% 0.83% -
XYZ 44.13 56.99 40.57 -
YUV 190.18 109.27 106.47 -
System Red Green Blue C M Y K H S L
Decimal 160 212 157 0.25 0 0.26 0.17 116.73 0.39 0.72
Hex A0 D4 9D 19 0 1A 11 75 27 48
Octal 240 324 235 31 0 32 21 165 47 110
Binary 10100000 11010100 10011101 11001 0 11010 10001 1110101 100111 1001000

Color Harmonies of #A0D49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D49D

Black with #A0D49D

Text Example


Text Example

White with #A0D49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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