Html Css Color HEX #A0D39E Granny Smith Apple

📋 copy color: '#A0D39E'

red 160 ◦ green 211 ◦ blue 158

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

Shades of Granny Smith Apple #A0D39E

Tints of Granny Smith Apple #A0D39E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.89%

 BLUE value IS 158 (62.11% from 255) = 29.87%

R = 30.25%
G = 39.89%
B = 29.87%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#A0D39E (or 0xA0D39E) is known color: Granny Smith Apple. HEX triplet: A0, D3 and 9E. RGB value is (160,211,158). Sum of RGB (Red+Green+Blue) = 160+211+158=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D39E is #5F2C61. Grayscale: #BDBDBD. Windows color (decimal): -6237282 or 10408864. OLE color: 10408864.

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

Color convert

RGB 160 211 158 -
CMYK 0.24 0 0.25 0.17
HSL 117.74º 0.38% 0.72% -
HSV(B) 117.74º 0.25% 0.83% -
XYZ 43.96 56.53 40.94 -
YUV 189.71 110.1 106.81 -
System Red Green Blue C M Y K H S L
Decimal 160 211 158 0.24 0 0.25 0.17 117.74 0.38 0.72
Hex A0 D3 9E 18 0 19 11 76 26 48
Octal 240 323 236 30 0 31 21 166 46 110
Binary 10100000 11010011 10011110 11000 0 11001 10001 1110110 100110 1001000

Color Harmonies of #A0D39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D39E

Black with #A0D39E

Text Example


Text Example

White with #A0D39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D39E; }

 p { color: rgb(160,211,158); }

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

background-color css

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

 a { background-color: rgb(160,211,158); }

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

border-color css

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

 span { border-color: rgb(160,211,158); }

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