Html Css Color HEX #A0D790 Granny Smith Apple

📋 copy color: '#A0D790'

red 160 ◦ green 215 ◦ blue 144

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

Shades of Granny Smith Apple #A0D790

Tints of Granny Smith Apple #A0D790

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.43%

 BLUE value IS 144 (56.64% from 255) = 27.75%

R = 30.83%
G = 41.43%
B = 27.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#A0D790 (or 0xA0D790) is known color: Granny Smith Apple. HEX triplet: A0, D7 and 90. RGB value is (160,215,144). Sum of RGB (Red+Green+Blue) = 160+215+144=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D790 is #5F286F. Grayscale: #BEBEBE. Windows color (decimal): -6236272 or 9492384. OLE color: 9492384.

HSL color Cylindrical-coordinate representation of color #A0D790: hue angle of 106.48º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0D790 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 215 144 -
CMYK 0.26 0 0.33 0.16
HSL 106.48º 0.47% 0.7% -
HSV(B) 106.48º 0.33% 0.84% -
XYZ 43.83 58.09 35.29 -
YUV 190.46 101.78 106.27 -
System Red Green Blue C M Y K H S L
Decimal 160 215 144 0.26 0 0.33 0.16 106.48 0.47 0.7
Hex A0 D7 90 1A 0 21 10 6A 2F 46
Octal 240 327 220 32 0 41 20 152 57 106
Binary 10100000 11010111 10010000 11010 0 100001 10000 1101010 101111 1000110

Color Harmonies of #A0D790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D790

Black with #A0D790

Text Example


Text Example

White with #A0D790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D790; }

 p { color: rgb(160,215,144); }

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

background-color css

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

 a { background-color: rgb(160,215,144); }

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

border-color css

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

 span { border-color: rgb(160,215,144); }

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