#AFEE7B

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

Shades of Feijoa #AFEE7B

Tints of Feijoa #AFEE7B

Color information

#AFEE7B (or 0xAFEE7B) is unknown color: approx Feijoa. HEX triplet: AF, EE and 7B. RGB value is (175,238,123). Sum of RGB (Red+Green+Blue) = 175+238+123=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 123 (48.44% from 255 or 22.95% from 536); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEE7B is #501184. Grayscale: #CECECE. Windows color (decimal): -5247365 or 8122031. OLE color: 8122031.

HSL color Cylindrical-coordinate representation of color #AFEE7B: hue angle of 92.87º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFEE7B is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB175238123-
CMYK0.2600.480.07
HSL92.87º77.18%70.78%-
HSV(B)92.87º48.32%93.33%-
XYZ51.8371.6929.85-
YUV206.0581.13105.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.65%
GREEN value IS 238 (93.36% from 255) = 44.40%
BLUE value IS 123 (48.44% from 255) = 22.95%
R=32.65%
G=44.40%
B=22.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752381230.2600.480.0792.8777.1870.78
HexAFEE7B1A03075d4d47
Octal257356173320607135115107
Binary10101111111011101111011110100110000111101110110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEE7B; }

 p { color: rgb(175,238,123); }

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

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

 a { background-color: rgb(175,238,123); }

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

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

 span { border-color: rgb(175,238,123); }

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