#AFE693

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

Shades of Feijoa #AFE693

Tints of Feijoa #AFE693

Color information

#AFE693 (or 0xAFE693) is unknown color: approx Feijoa. HEX triplet: AF, E6 and 93. RGB value is (175,230,147). Sum of RGB (Red+Green+Blue) = 175+230+147=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 147 (57.81% from 255 or 26.63% from 552); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE693 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE693 is #50196C. Grayscale: #CCCCCC. Windows color (decimal): -5249389 or 9692847. OLE color: 9692847.

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

Color convert

RGB175230147-
CMYK0.2400.360.10
HSL99.76º62.41%73.92%-
HSV(B)99.76º36.09%90.2%-
XYZ51.2467.8137.99-
YUV204.0995.78107.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 230 (90.23% from 255) = 41.67%
BLUE value IS 147 (57.81% from 255) = 26.63%
R=31.70%
G=41.67%
B=26.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752301470.2400.360.1099.7662.4173.92
HexAFE69318024A643e4a
Octal257346223300441214476112
Binary101011111110011010010011110000100100101011001001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE693; }

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

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

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

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

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

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

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

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