#AFE38A

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

Shades of Feijoa #AFE38A

Tints of Feijoa #AFE38A

Color information

#AFE38A (or 0xAFE38A) is unknown color: approx Feijoa. HEX triplet: AF, E3 and 8A. RGB value is (175,227,138). Sum of RGB (Red+Green+Blue) = 175+227+138=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 227 (89.06% from 255 or 42.04% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE38A is #501C75. Grayscale: #C9C9C9. Windows color (decimal): -5250166 or 9102255. OLE color: 9102255.

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

Color convert

RGB175227138-
CMYK0.2300.390.11
HSL95.06º61.38%71.57%-
HSV(B)95.06º39.21%89.02%-
XYZ49.7465.8934.14-
YUV201.3192.27109.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.41%
GREEN value IS 227 (89.06% from 255) = 42.04%
BLUE value IS 138 (54.30% from 255) = 25.56%
R=32.41%
G=42.04%
B=25.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752271380.2300.390.1195.0661.3871.57
HexAFE38A17027B5f3d48
Octal257343212270471313775110
Binary101011111110001110001010101110100111101110111111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE38A; }

 p { color: rgb(175,227,138); }

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

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

 a { background-color: rgb(175,227,138); }

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

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

 span { border-color: rgb(175,227,138); }

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