Html Css Color HEX #A0D493 Granny Smith Apple

📋 copy color: '#A0D493'

red 160 ◦ green 212 ◦ blue 147

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

Shades of Granny Smith Apple #A0D493

Tints of Granny Smith Apple #A0D493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.32%

R = 30.83%
G = 40.85%
B = 28.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#A0D493 (or 0xA0D493) is known color: Granny Smith Apple. HEX triplet: A0, D4 and 93. RGB value is (160,212,147). Sum of RGB (Red+Green+Blue) = 160+212+147=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D493 is #5F2B6C. Grayscale: #BDBDBD. Windows color (decimal): -6237037 or 9688224. OLE color: 9688224.

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

Color convert

RGB 160 212 147 -
CMYK 0.25 0 0.31 0.17
HSL 108º 0.43% 0.7% -
HSV(B) 108º 0.31% 0.83% -
XYZ 43.31 56.67 36.26 -
YUV 189.04 104.27 107.29 -
System Red Green Blue C M Y K H S L
Decimal 160 212 147 0.25 0 0.31 0.17 108 0.43 0.7
Hex A0 D4 93 19 0 1F 11 6C 2B 46
Octal 240 324 223 31 0 37 21 154 53 106
Binary 10100000 11010100 10010011 11001 0 11111 10001 1101100 101011 1000110

Color Harmonies of #A0D493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D493

Black with #A0D493

Text Example


Text Example

White with #A0D493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D493; }

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

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

background-color css

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

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

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

border-color css

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

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

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