#AFEA84

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

Shades of Feijoa #AFEA84

Tints of Feijoa #AFEA84

Color information

#AFEA84 (or 0xAFEA84) is unknown color: approx Feijoa. HEX triplet: AF, EA and 84. RGB value is (175,234,132). Sum of RGB (Red+Green+Blue) = 175+234+132=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 234 (91.80% from 255 or 43.25% from 541); Blue value is 132 (51.95% from 255 or 24.40% from 541); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEA84 is #50157B. Grayscale: #CDCDCD. Windows color (decimal): -5248380 or 8710831. OLE color: 8710831.

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

Color convert

RGB175234132-
CMYK0.2500.440.08
HSL94.71º70.83%71.76%-
HSV(B)94.71º43.59%91.76%-
XYZ51.2769.6332.57-
YUV204.7386.95106.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.35%
GREEN value IS 234 (91.80% from 255) = 43.25%
BLUE value IS 132 (51.95% from 255) = 24.40%
R=32.35%
G=43.25%
B=24.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752341320.2500.440.0894.7170.8371.76
HexAFEA841902C85f4748
Octal2573522043105410137107110
Binary1010111111101010100001001100101011001000101111110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEA84; }

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

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

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

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

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

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

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

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