Html Css Color HEX #A0E276 Feijoa

📋 copy color: '#A0E276'

red 160 ◦ green 226 ◦ blue 118

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

Shades of Feijoa #A0E276

Tints of Feijoa #A0E276

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.84%

 BLUE value IS 118 (46.48% from 255) = 23.41%

R = 31.75%
G = 44.84%
B = 23.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#A0E276 (or 0xA0E276) is known color: Feijoa. HEX triplet: A0, E2 and 76. RGB value is (160,226,118). Sum of RGB (Red+Green+Blue) = 160+226+118=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 226 (88.67% from 255 or 44.84% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E276 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E276 is #5F1D89. Grayscale: #C2C2C2. Windows color (decimal): -6233482 or 7791264. OLE color: 7791264.

HSL color Cylindrical-coordinate representation of color #A0E276: hue angle of 96.67º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0E276 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 226 118 -
CMYK 0.29 0 0.48 0.11
HSL 96.67º 0.65% 0.67% -
HSV(B) 96.67º 0.48% 0.89% -
XYZ 44.96 63.17 26.96 -
YUV 193.95 85.13 103.78 -
System Red Green Blue C M Y K H S L
Decimal 160 226 118 0.29 0 0.48 0.11 96.67 0.65 0.67
Hex A0 E2 76 1D 0 30 B 61 41 43
Octal 240 342 166 35 0 60 13 141 101 103
Binary 10100000 11100010 1110110 11101 0 110000 1011 1100001 1000001 1000011

Color Harmonies of #A0E276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E276

Black with #A0E276

Text Example


Text Example

White with #A0E276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E276; }

 p { color: rgb(160,226,118); }

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

background-color css

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

 a { background-color: rgb(160,226,118); }

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

border-color css

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

 span { border-color: rgb(160,226,118); }

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