Html Css Color HEX #A0ED8A Granny Smith Apple

📋 copy color: '#A0ED8A'

red 160 ◦ green 237 ◦ blue 138

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

Shades of Granny Smith Apple #A0ED8A

Tints of Granny Smith Apple #A0ED8A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.3%

 BLUE value IS 138 (54.3% from 255) = 25.79%

R = 29.91%
G = 44.3%
B = 25.79%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#A0ED8A (or 0xA0ED8A) is known color: Granny Smith Apple. HEX triplet: A0, ED and 8A. RGB value is (160,237,138). Sum of RGB (Red+Green+Blue) = 160+237+138=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 237 - color contains mainly: green. Hex color #A0ED8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0ED8A is #5F1275. Grayscale: #CBCBCB. Windows color (decimal): -6230646 or 9104800. OLE color: 9104800.

HSL color Cylindrical-coordinate representation of color #A0ED8A: hue angle of 106.67º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0ED8A is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 237 138 -
CMYK 0.32 0 0.42 0.07
HSL 106.67º 0.73% 0.74% -
HSV(B) 106.67º 0.42% 0.93% -
XYZ 49.37 69.88 34.93 -
YUV 202.69 91.49 97.55 -
System Red Green Blue C M Y K H S L
Decimal 160 237 138 0.32 0 0.42 0.07 106.67 0.73 0.74
Hex A0 ED 8A 20 0 2A 7 6B 49 4A
Octal 240 355 212 40 0 52 7 153 111 112
Binary 10100000 11101101 10001010 100000 0 101010 111 1101011 1001001 1001010

Color Harmonies of #A0ED8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ED8A

Black with #A0ED8A

Text Example


Text Example

White with #A0ED8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ED8A; }

 p { color: rgb(160,237,138); }

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

background-color css

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

 a { background-color: rgb(160,237,138); }

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

border-color css

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

 span { border-color: rgb(160,237,138); }

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