Html Css Color HEX #A0DA94 Granny Smith Apple

📋 copy color: '#A0DA94'

red 160 ◦ green 218 ◦ blue 148

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

Shades of Granny Smith Apple #A0DA94

Tints of Granny Smith Apple #A0DA94

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.44%

 BLUE value IS 148 (58.2% from 255) = 28.14%

R = 30.42%
G = 41.44%
B = 28.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#A0DA94 (or 0xA0DA94) is known color: Granny Smith Apple. HEX triplet: A0, DA and 94. RGB value is (160,218,148). Sum of RGB (Red+Green+Blue) = 160+218+148=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DA94 is #5F256B. Grayscale: #C0C0C0. Windows color (decimal): -6235500 or 9755296. OLE color: 9755296.

HSL color Cylindrical-coordinate representation of color #A0DA94: hue angle of 109.71º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0DA94 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 218 148 -
CMYK 0.27 0 0.32 0.15
HSL 109.71º 0.49% 0.72% -
HSV(B) 109.71º 0.32% 0.85% -
XYZ 44.91 59.75 37.18 -
YUV 192.68 102.78 104.69 -
System Red Green Blue C M Y K H S L
Decimal 160 218 148 0.27 0 0.32 0.15 109.71 0.49 0.72
Hex A0 DA 94 1B 0 20 F 6E 31 48
Octal 240 332 224 33 0 40 17 156 61 110
Binary 10100000 11011010 10010100 11011 0 100000 1111 1101110 110001 1001000

Color Harmonies of #A0DA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DA94

Black with #A0DA94

Text Example


Text Example

White with #A0DA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DA94; }

 p { color: rgb(160,218,148); }

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

background-color css

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

 a { background-color: rgb(160,218,148); }

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

border-color css

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

 span { border-color: rgb(160,218,148); }

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