Html Css Color HEX #A0EF8F Granny Smith Apple

📋 copy color: '#A0EF8F'

red 160 ◦ green 239 ◦ blue 143

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

Shades of Granny Smith Apple #A0EF8F

Tints of Granny Smith Apple #A0EF8F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.1%

 BLUE value IS 143 (56.25% from 255) = 26.38%

R = 29.52%
G = 44.1%
B = 26.38%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#A0EF8F (or 0xA0EF8F) is known color: Granny Smith Apple. HEX triplet: A0, EF and 8F. RGB value is (160,239,143). Sum of RGB (Red+Green+Blue) = 160+239+143=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 143 (56.25% from 255 or 26.38% from 542); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EF8F is #5F1070. Grayscale: #CCCCCC. Windows color (decimal): -6230129 or 9432992. OLE color: 9432992.

HSL color Cylindrical-coordinate representation of color #A0EF8F: hue angle of 109.38º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0EF8F is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 239 143 -
CMYK 0.33 0 0.40 0.06
HSL 109.38º 0.75% 0.75% -
HSV(B) 109.38º 0.4% 0.94% -
XYZ 50.32 71.19 37.08 -
YUV 204.44 93.33 96.31 -
System Red Green Blue C M Y K H S L
Decimal 160 239 143 0.33 0 0.40 0.06 109.38 0.75 0.75
Hex A0 EF 8F 21 0 28 6 6D 4B 4B
Octal 240 357 217 41 0 50 6 155 113 113
Binary 10100000 11101111 10001111 100001 0 101000 110 1101101 1001011 1001011

Color Harmonies of #A0EF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EF8F

Black with #A0EF8F

Text Example


Text Example

White with #A0EF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EF8F; }

 p { color: rgb(160,239,143); }

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

background-color css

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

 a { background-color: rgb(160,239,143); }

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

border-color css

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

 span { border-color: rgb(160,239,143); }

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