#AFFFB9

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

Shades of Fringy Flower #AFFFB9

Tints of Fringy Flower #AFFFB9

Color information

#AFFFB9 (or 0xAFFFB9) is unknown color: approx Fringy Flower. HEX triplet: AF, FF and B9. RGB value is (175,255,185). Sum of RGB (Red+Green+Blue) = 175+255+185=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 185 (72.66% from 255 or 30.08% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFB9 is #500046. Grayscale: #DFDFDF. Windows color (decimal): -5242951 or 12189615. OLE color: 12189615.

HSL color Cylindrical-coordinate representation of color #AFFFB9: hue angle of 127.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFB9 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB175255185-
CMYK0.3100.270
HSL127.5º100%84.31%-
HSV(B)127.5º31.37%100%-
XYZ62.284.1458.86-
YUV223.1106.593.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.46%
GREEN value IS 255 (100% from 255) = 41.46%
BLUE value IS 185 (72.66% from 255) = 30.08%
R=28.46%
G=41.46%
B=30.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752551850.3100.270127.510084.31
HexAFFFB91F01B0806454
Octal257377271370330200144124
Binary1010111111111111101110011111101101101000000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFFB9; }

 p { color: rgb(175,255,185); }

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

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

 a { background-color: rgb(175,255,185); }

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

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

 span { border-color: rgb(175,255,185); }

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