#AFE192

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

Shades of Feijoa #AFE192

Tints of Feijoa #AFE192

Color information

#AFE192 (or 0xAFE192) is unknown color: approx Feijoa. HEX triplet: AF, E1 and 92. RGB value is (175,225,146). Sum of RGB (Red+Green+Blue) = 175+225+146=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 146 (57.42% from 255 or 26.74% from 546); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE192 is #501E6D. Grayscale: #C9C9C9. Windows color (decimal): -5250670 or 9626031. OLE color: 9626031.

HSL color Cylindrical-coordinate representation of color #AFE192: hue angle of 97.97º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFE192 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB175225146-
CMYK0.2200.350.12
HSL97.97º56.83%72.75%-
HSV(B)97.97º35.11%88.24%-
XYZ49.7965.0437.12-
YUV201.0496.94109.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.05%
GREEN value IS 225 (88.28% from 255) = 41.21%
BLUE value IS 146 (57.42% from 255) = 26.74%
R=32.05%
G=41.21%
B=26.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752251460.2200.350.1297.9756.8372.75
HexAFE19216023C623949
Octal257341222260431414271111
Binary101011111110000110010010101100100011110011000101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE192; }

 p { color: rgb(175,225,146); }

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

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

 a { background-color: rgb(175,225,146); }

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

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

 span { border-color: rgb(175,225,146); }

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