#AFE67F

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

Shades of Feijoa #AFE67F

Tints of Feijoa #AFE67F

Color information

#AFE67F (or 0xAFE67F) is unknown color: approx Feijoa. HEX triplet: AF, E6 and 7F. RGB value is (175,230,127). Sum of RGB (Red+Green+Blue) = 175+230+127=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 230 (90.23% from 255 or 43.23% from 532); Blue value is 127 (50% from 255 or 23.87% from 532); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE67F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE67F is #501980. Grayscale: #CACACA. Windows color (decimal): -5249409 or 8382127. OLE color: 8382127.

HSL color Cylindrical-coordinate representation of color #AFE67F: hue angle of 92.04º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFE67F is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB175230127-
CMYK0.2400.450.10
HSL92.04º67.32%70%-
HSV(B)92.04º44.78%90.2%-
XYZ49.8167.2430.43-
YUV201.8185.78108.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.89%
GREEN value IS 230 (90.23% from 255) = 43.23%
BLUE value IS 127 (50% from 255) = 23.87%
R=32.89%
G=43.23%
B=23.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752301270.2400.450.1092.0467.3270
HexAFE67F1802DA5c4346
Octal2573461773005512134103106
Binary101011111110011011111111100001011011010101110010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE67F; }

 p { color: rgb(175,230,127); }

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

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

 a { background-color: rgb(175,230,127); }

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

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

 span { border-color: rgb(175,230,127); }

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