#AFE481

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

Shades of Feijoa #AFE481

Tints of Feijoa #AFE481

Color information

#AFE481 (or 0xAFE481) is unknown color: approx Feijoa. HEX triplet: AF, E4 and 81. RGB value is (175,228,129). Sum of RGB (Red+Green+Blue) = 175+228+129=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 129 (50.78% from 255 or 24.25% from 532); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE481 is #501B7E. Grayscale: #C9C9C9. Windows color (decimal): -5249919 or 8512687. OLE color: 8512687.

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

Color convert

RGB175228129-
CMYK0.2300.430.11
HSL92.12º64.71%70%-
HSV(B)92.12º43.42%89.41%-
XYZ49.3966.1930.94-
YUV200.8787.44109.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.89%
GREEN value IS 228 (89.45% from 255) = 42.86%
BLUE value IS 129 (50.78% from 255) = 24.25%
R=32.89%
G=42.86%
B=24.25%

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
Decimal1752281290.2300.430.1192.1264.7170
HexAFE4811702BB5c4146
Octal2573442012705313134101106
Binary1010111111100100100000011011101010111011101110010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE481; }

 p { color: rgb(175,228,129); }

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

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

 a { background-color: rgb(175,228,129); }

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

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

 span { border-color: rgb(175,228,129); }

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