Html Css Color HEX #A0EC72 Feijoa

📋 copy color: '#A0EC72'

red 160 ◦ green 236 ◦ blue 114

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

Shades of Feijoa #A0EC72

Tints of Feijoa #A0EC72

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.27%

 BLUE value IS 114 (44.92% from 255) = 22.35%

R = 31.37%
G = 46.27%
B = 22.35%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#A0EC72 (or 0xA0EC72) is known color: Feijoa. HEX triplet: A0, EC and 72. RGB value is (160,236,114). Sum of RGB (Red+Green+Blue) = 160+236+114=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 114 (44.92% from 255 or 22.35% from 510); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EC72 is #5F138D. Grayscale: #C7C7C7. Windows color (decimal): -6230926 or 7531680. OLE color: 7531680.

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

Color convert

RGB 160 236 114 -
CMYK 0.32 0 0.52 0.07
HSL 97.38º 0.76% 0.69% -
HSV(B) 97.38º 0.52% 0.93% -
XYZ 47.53 68.68 26.67 -
YUV 199.37 79.82 99.92 -
System Red Green Blue C M Y K H S L
Decimal 160 236 114 0.32 0 0.52 0.07 97.38 0.76 0.69
Hex A0 EC 72 20 0 34 7 61 4C 45
Octal 240 354 162 40 0 64 7 141 114 105
Binary 10100000 11101100 1110010 100000 0 110100 111 1100001 1001100 1000101

Color Harmonies of #A0EC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EC72

Black with #A0EC72

Text Example


Text Example

White with #A0EC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EC72; }

 p { color: rgb(160,236,114); }

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

background-color css

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

 a { background-color: rgb(160,236,114); }

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

border-color css

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

 span { border-color: rgb(160,236,114); }

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