#AFF28B

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

Shades of Feijoa #AFF28B

Tints of Feijoa #AFF28B

Color information

#AFF28B (or 0xAFF28B) is unknown color: approx Feijoa. HEX triplet: AF, F2 and 8B. RGB value is (175,242,139). Sum of RGB (Red+Green+Blue) = 175+242+139=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 242 (94.92% from 255 or 43.53% from 556); Blue value is 139 (54.69% from 255 or 25% from 556); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF28B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF28B is #500D74. Grayscale: #D2D2D2. Windows color (decimal): -5246325 or 9171631. OLE color: 9171631.

HSL color Cylindrical-coordinate representation of color #AFF28B: hue angle of 99.03º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFF28B is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB175242139-
CMYK0.2800.430.05
HSL99.03º79.84%74.71%-
HSV(B)99.03º42.56%94.9%-
XYZ54.0974.4835.95-
YUV210.2287.8102.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.47%
GREEN value IS 242 (94.92% from 255) = 43.53%
BLUE value IS 139 (54.69% from 255) = 25%
R=31.47%
G=43.53%
B=25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752421390.2800.430.0599.0379.8474.71
HexAFF28B1C02B563504b
Octal257362213340535143120113
Binary101011111111001010001011111000101011101110001110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF28B; }

 p { color: rgb(175,242,139); }

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

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

 a { background-color: rgb(175,242,139); }

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

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

 span { border-color: rgb(175,242,139); }

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