#AFF981

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

Shades of Feijoa #AFF981

Tints of Feijoa #AFF981

Color information

#AFF981 (or 0xAFF981) is unknown color: approx Feijoa. HEX triplet: AF, F9 and 81. RGB value is (175,249,129). Sum of RGB (Red+Green+Blue) = 175+249+129=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 129 (50.78% from 255 or 23.33% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF981 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF981 is #50067E. Grayscale: #D5D5D5. Windows color (decimal): -5244543 or 8518063. OLE color: 8518063.

HSL color Cylindrical-coordinate representation of color #AFF981: hue angle of 97º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFF981 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB175249129-
CMYK0.3000.480.02
HSL97º90.91%74.12%-
HSV(B)97º48.19%97.65%-
XYZ55.5278.4532.99-
YUV213.1980.48100.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.65%
GREEN value IS 249 (97.66% from 255) = 45.03%
BLUE value IS 129 (50.78% from 255) = 23.33%
R=31.65%
G=45.03%
B=23.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752491290.3000.480.029790.9174.12
HexAFF9811E0302615b4a
Octal257371201360602141133112
Binary10101111111110011000000111110011000010110000110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF981; }

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

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

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

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

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

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

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

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