Html Css Color HEX #A0EA8A Granny Smith Apple

📋 copy color: '#A0EA8A'

red 160 ◦ green 234 ◦ blue 138

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

Shades of Granny Smith Apple #A0EA8A

Tints of Granny Smith Apple #A0EA8A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.98%

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

R = 30.08%
G = 43.98%
B = 25.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#A0EA8A (or 0xA0EA8A) is known color: Granny Smith Apple. HEX triplet: A0, EA and 8A. RGB value is (160,234,138). Sum of RGB (Red+Green+Blue) = 160+234+138=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 234 (91.80% from 255 or 43.98% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EA8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EA8A is #5F1575. Grayscale: #C9C9C9. Windows color (decimal): -6231414 or 9104032. OLE color: 9104032.

HSL color Cylindrical-coordinate representation of color #A0EA8A: hue angle of 106.25º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0EA8A is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 234 138 -
CMYK 0.32 0 0.41 0.08
HSL 106.25º 0.7% 0.73% -
HSV(B) 106.25º 0.41% 0.92% -
XYZ 48.51 68.15 34.64 -
YUV 200.93 92.48 98.81 -
System Red Green Blue C M Y K H S L
Decimal 160 234 138 0.32 0 0.41 0.08 106.25 0.7 0.73
Hex A0 EA 8A 20 0 29 8 6A 46 49
Octal 240 352 212 40 0 51 10 152 106 111
Binary 10100000 11101010 10001010 100000 0 101001 1000 1101010 1000110 1001001

Color Harmonies of #A0EA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EA8A

Black with #A0EA8A

Text Example


Text Example

White with #A0EA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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