#AFF581

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

Shades of Feijoa #AFF581

Tints of Feijoa #AFF581

Color information

#AFF581 (or 0xAFF581) is unknown color: approx Feijoa. HEX triplet: AF, F5 and 81. RGB value is (175,245,129). Sum of RGB (Red+Green+Blue) = 175+245+129=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 129 (50.78% from 255 or 23.50% from 549); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF581 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF581 is #500A7E. Grayscale: #D3D3D3. Windows color (decimal): -5245567 or 8517039. OLE color: 8517039.

HSL color Cylindrical-coordinate representation of color #AFF581: hue angle of 96.21º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFF581 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB175245129-
CMYK0.2900.470.04
HSL96.21º85.29%73.33%-
HSV(B)96.21º47.35%96.08%-
XYZ54.297632.58-
YUV210.8581.81102.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.88%
GREEN value IS 245 (96.09% from 255) = 44.63%
BLUE value IS 129 (50.78% from 255) = 23.50%
R=31.88%
G=44.63%
B=23.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752451290.2900.470.0496.2185.2973.33
HexAFF5811D02F4605549
Octal257365201350574140125111
Binary101011111111010110000001111010101111100110000010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF581; }

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

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

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

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

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

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

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

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