#AFE280

Color #AFE280 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #AFE280

Tints of Feijoa #AFE280

Color information

#AFE280 (or 0xAFE280) is unknown color: approx Feijoa. HEX triplet: AF, E2 and 80. RGB value is (175,226,128). Sum of RGB (Red+Green+Blue) = 175+226+128=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 226 (88.67% from 255 or 42.72% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE280 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE280 is #501D7F. Grayscale: #C7C7C7. Windows color (decimal): -5250432 or 8446639. OLE color: 8446639.

HSL color Cylindrical-coordinate representation of color #AFE280: hue angle of 91.22º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFE280 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB175226128-
CMYK0.2300.430.11
HSL91.22º62.82%69.41%-
HSV(B)91.22º43.36%88.63%-
XYZ48.7765.0730.41-
YUV199.5887.6110.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.08%
GREEN value IS 226 (88.67% from 255) = 42.72%
BLUE value IS 128 (50.39% from 255) = 24.20%
R=33.08%
G=42.72%
B=24.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752261280.2300.430.1191.2262.8269.41
HexAFE2801702BB5b3f45
Octal257342200270531313377105
Binary101011111110001010000000101110101011101110110111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE280; }

 p { color: rgb(175,226,128); }

 H1.HeaderClassName
 {
   color: #AFE280;
 }
 .AnyTagClassName
 {
   color: #AFE280;
 }
</style>
background-color css

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

 a { background-color: rgb(175,226,128); }

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

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

 span { border-color: rgb(175,226,128); }

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