#AFF68B

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

Shades of Feijoa #AFF68B

Tints of Feijoa #AFF68B

Color information

#AFF68B (or 0xAFF68B) is unknown color: approx Feijoa. HEX triplet: AF, F6 and 8B. RGB value is (175,246,139). Sum of RGB (Red+Green+Blue) = 175+246+139=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 246 (96.48% from 255 or 43.93% from 560); Blue value is 139 (54.69% from 255 or 24.82% from 560); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF68B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF68B is #500974. Grayscale: #D4D4D4. Windows color (decimal): -5245301 or 9172655. OLE color: 9172655.

HSL color Cylindrical-coordinate representation of color #AFF68B: hue angle of 99.81º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFF68B is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB175246139-
CMYK0.2900.430.04
HSL99.81º85.6%75.49%-
HSV(B)99.81º43.5%96.47%-
XYZ55.376.8936.35-
YUV212.5786.48101.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.25%
GREEN value IS 246 (96.48% from 255) = 43.93%
BLUE value IS 139 (54.69% from 255) = 24.82%
R=31.25%
G=43.93%
B=24.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752461390.2900.430.0499.8185.675.49
HexAFF68B1D02B464564b
Octal257366213350534144126113
Binary101011111111011010001011111010101011100110010010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF68B; }

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

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

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

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

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

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

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

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