Html Css Color HEX #A0E275 Feijoa

📋 copy color: '#A0E275'

red 160 ◦ green 226 ◦ blue 117

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

Shades of Feijoa #A0E275

Tints of Feijoa #A0E275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.26%

R = 31.81%
G = 44.93%
B = 23.26%

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

#A0E275 (or 0xA0E275) is known color: Feijoa. HEX triplet: A0, E2 and 75. RGB value is (160,226,117). Sum of RGB (Red+Green+Blue) = 160+226+117=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 226 (88.67% from 255 or 44.93% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E275 is #5F1D8A. Grayscale: #C2C2C2. Windows color (decimal): -6233483 or 7725728. OLE color: 7725728.

HSL color Cylindrical-coordinate representation of color #A0E275: hue angle of 96.33º 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 #A0E275 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 226 117 -
CMYK 0.29 0 0.48 0.11
HSL 96.33º 0.65% 0.67% -
HSV(B) 96.33º 0.48% 0.89% -
XYZ 44.9 63.15 26.65 -
YUV 193.84 84.63 103.86 -
System Red Green Blue C M Y K H S L
Decimal 160 226 117 0.29 0 0.48 0.11 96.33 0.65 0.67
Hex A0 E2 75 1D 0 30 B 60 41 43
Octal 240 342 165 35 0 60 13 140 101 103
Binary 10100000 11100010 1110101 11101 0 110000 1011 1100000 1000001 1000011

Color Harmonies of #A0E275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E275

Black with #A0E275

Text Example


Text Example

White with #A0E275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E275; }

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

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

background-color css

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

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

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

border-color css

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

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

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