Html Css Color HEX #A0EE70 Feijoa

📋 copy color: '#A0EE70'

red 160 ◦ green 238 ◦ blue 112

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

Shades of Feijoa #A0EE70

Tints of Feijoa #A0EE70

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.67%

 BLUE value IS 112 (44.14% from 255) = 21.96%

R = 31.37%
G = 46.67%
B = 21.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#A0EE70 (or 0xA0EE70) is known color: Feijoa. HEX triplet: A0, EE and 70. RGB value is (160,238,112). Sum of RGB (Red+Green+Blue) = 160+238+112=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 238 (93.36% from 255 or 46.67% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EE70 is #5F118F. Grayscale: #C8C8C8. Windows color (decimal): -6230416 or 7401120. OLE color: 7401120.

HSL color Cylindrical-coordinate representation of color #A0EE70: hue angle of 97.14º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0EE70 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 238 112 -
CMYK 0.33 0 0.53 0.07
HSL 97.14º 0.79% 0.69% -
HSV(B) 97.14º 0.53% 0.93% -
XYZ 48 69.79 26.27 -
YUV 200.31 78.16 99.25 -
System Red Green Blue C M Y K H S L
Decimal 160 238 112 0.33 0 0.53 0.07 97.14 0.79 0.69
Hex A0 EE 70 21 0 35 7 61 4F 45
Octal 240 356 160 41 0 65 7 141 117 105
Binary 10100000 11101110 1110000 100001 0 110101 111 1100001 1001111 1000101

Color Harmonies of #A0EE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EE70

Black with #A0EE70

Text Example


Text Example

White with #A0EE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EE70; }

 p { color: rgb(160,238,112); }

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

background-color css

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

 a { background-color: rgb(160,238,112); }

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

border-color css

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

 span { border-color: rgb(160,238,112); }

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