Html Css Color HEX #A0D29B Granny Smith Apple

📋 copy color: '#A0D29B'

red 160 ◦ green 210 ◦ blue 155

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

Shades of Granny Smith Apple #A0D29B

Tints of Granny Smith Apple #A0D29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.52%

R = 30.48%
G = 40%
B = 29.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#A0D29B (or 0xA0D29B) is known color: Granny Smith Apple. HEX triplet: A0, D2 and 9B. RGB value is (160,210,155). Sum of RGB (Red+Green+Blue) = 160+210+155=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D29B is #5F2D64. Grayscale: #BCBCBC. Windows color (decimal): -6237541 or 10212000. OLE color: 10212000.

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

Color convert

RGB 160 210 155 -
CMYK 0.24 0 0.26 0.18
HSL 114.55º 0.38% 0.72% -
HSV(B) 114.55º 0.26% 0.82% -
XYZ 43.46 55.93 39.52 -
YUV 188.78 108.94 107.47 -
System Red Green Blue C M Y K H S L
Decimal 160 210 155 0.24 0 0.26 0.18 114.55 0.38 0.72
Hex A0 D2 9B 18 0 1A 12 73 26 48
Octal 240 322 233 30 0 32 22 163 46 110
Binary 10100000 11010010 10011011 11000 0 11010 10010 1110011 100110 1001000

Color Harmonies of #A0D29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D29B

Black with #A0D29B

Text Example


Text Example

White with #A0D29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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