Html Css Color HEX #A0D29D Granny Smith Apple

📋 copy color: '#A0D29D'

red 160 ◦ green 210 ◦ blue 157

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

Shades of Granny Smith Apple #A0D29D

Tints of Granny Smith Apple #A0D29D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.85%

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

R = 30.36%
G = 39.85%
B = 29.79%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#A0D29D (or 0xA0D29D) is known color: Granny Smith Apple. HEX triplet: A0, D2 and 9D. RGB value is (160,210,157). Sum of RGB (Red+Green+Blue) = 160+210+157=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D29D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D29D is #5F2D62. Grayscale: #BDBDBD. Windows color (decimal): -6237539 or 10343072. OLE color: 10343072.

HSL color Cylindrical-coordinate representation of color #A0D29D: hue angle of 116.6º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0D29D is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 210 157 -
CMYK 0.24 0 0.25 0.18
HSL 116.6º 0.37% 0.72% -
HSV(B) 116.6º 0.25% 0.82% -
XYZ 43.63 56 40.41 -
YUV 189.01 109.94 107.31 -
System Red Green Blue C M Y K H S L
Decimal 160 210 157 0.24 0 0.25 0.18 116.6 0.37 0.72
Hex A0 D2 9D 18 0 19 12 75 25 48
Octal 240 322 235 30 0 31 22 165 45 110
Binary 10100000 11010010 10011101 11000 0 11001 10010 1110101 100101 1001000

Color Harmonies of #A0D29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D29D

Black with #A0D29D

Text Example


Text Example

White with #A0D29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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