#AFE292

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

Shades of Feijoa #AFE292

Tints of Feijoa #AFE292

Color information

#AFE292 (or 0xAFE292) is unknown color: approx Feijoa. HEX triplet: AF, E2 and 92. RGB value is (175,226,146). Sum of RGB (Red+Green+Blue) = 175+226+146=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE292 is #501D6D. Grayscale: #C9C9C9. Windows color (decimal): -5250414 or 9626287. OLE color: 9626287.

HSL color Cylindrical-coordinate representation of color #AFE292: hue angle of 98.25º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFE292 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB175226146-
CMYK0.2300.350.11
HSL98.25º57.97%72.94%-
HSV(B)98.25º35.4%88.63%-
XYZ50.0665.5837.21-
YUV201.6396.6109-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.99%
GREEN value IS 226 (88.67% from 255) = 41.32%
BLUE value IS 146 (57.42% from 255) = 26.69%
R=31.99%
G=41.32%
B=26.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752261460.2300.350.1198.2557.9772.94
HexAFE29217023B623a49
Octal257342222270431314272111
Binary101011111110001010010010101110100011101111000101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE292; }

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

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

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

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

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

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

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

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