#AFEA81

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

Shades of Feijoa #AFEA81

Tints of Feijoa #AFEA81

Color information

#AFEA81 (or 0xAFEA81) is unknown color: approx Feijoa. HEX triplet: AF, EA and 81. RGB value is (175,234,129). Sum of RGB (Red+Green+Blue) = 175+234+129=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 129 (50.78% from 255 or 23.98% from 538); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEA81 is #50157E. Grayscale: #CCCCCC. Windows color (decimal): -5248383 or 8514223. OLE color: 8514223.

HSL color Cylindrical-coordinate representation of color #AFEA81: hue angle of 93.71º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFEA81 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB175234129-
CMYK0.2500.450.08
HSL93.71º71.43%71.18%-
HSV(B)93.71º44.87%91.76%-
XYZ51.0669.5431.5-
YUV204.3985.45107.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.53%
GREEN value IS 234 (91.80% from 255) = 43.49%
BLUE value IS 129 (50.78% from 255) = 23.98%
R=32.53%
G=43.49%
B=23.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752341290.2500.450.0893.7171.4371.18
HexAFEA811902D85e4747
Octal2573522013105510136107107
Binary1010111111101010100000011100101011011000101111010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEA81; }

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

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

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

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

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

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

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

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