Html Css Color HEX #A0D499 Granny Smith Apple

📋 copy color: '#A0D499'

red 160 ◦ green 212 ◦ blue 153

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

Shades of Granny Smith Apple #A0D499

Tints of Granny Smith Apple #A0D499

RGB

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

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

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

R = 30.48%
G = 40.38%
B = 29.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#A0D499 (or 0xA0D499) is known color: Granny Smith Apple. HEX triplet: A0, D4 and 99. RGB value is (160,212,153). Sum of RGB (Red+Green+Blue) = 160+212+153=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 212 (83.20% from 255 or 40.38% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D499 is #5F2B66. Grayscale: #BDBDBD. Windows color (decimal): -6237031 or 10081440. OLE color: 10081440.

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

Color convert

RGB 160 212 153 -
CMYK 0.25 0 0.28 0.17
HSL 112.88º 0.41% 0.72% -
HSV(B) 112.88º 0.28% 0.83% -
XYZ 43.79 56.86 38.8 -
YUV 189.73 107.27 106.8 -
System Red Green Blue C M Y K H S L
Decimal 160 212 153 0.25 0 0.28 0.17 112.88 0.41 0.72
Hex A0 D4 99 19 0 1C 11 71 29 48
Octal 240 324 231 31 0 34 21 161 51 110
Binary 10100000 11010100 10011001 11001 0 11100 10001 1110001 101001 1001000

Color Harmonies of #A0D499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D499

Black with #A0D499

Text Example


Text Example

White with #A0D499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D499; }

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

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

background-color css

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

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

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

border-color css

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

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

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