#AFE074

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

Shades of Feijoa #AFE074

Tints of Feijoa #AFE074

Color information

#AFE074 (or 0xAFE074) is unknown color: approx Feijoa. HEX triplet: AF, E0 and 74. RGB value is (175,224,116). Sum of RGB (Red+Green+Blue) = 175+224+116=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 224 (87.89% from 255 or 43.50% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE074 is #501F8B. Grayscale: #C5C5C5. Windows color (decimal): -5250956 or 7659695. OLE color: 7659695.

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

Color convert

RGB175224116-
CMYK0.2200.480.12
HSL87.22º63.53%66.67%-
HSV(B)87.22º48.21%87.84%-
XYZ47.4963.6926.31-
YUV197.0482.27112.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.98%
GREEN value IS 224 (87.89% from 255) = 43.50%
BLUE value IS 116 (45.70% from 255) = 22.52%
R=33.98%
G=43.50%
B=22.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752241160.2200.480.1287.2263.5366.67
HexAFE07416030C574043
Octal2573401642606014127100103
Binary101011111110000011101001011001100001100101011110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE074; }

 p { color: rgb(175,224,116); }

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

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

 a { background-color: rgb(175,224,116); }

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

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

 span { border-color: rgb(175,224,116); }

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