#AFFBB9

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

Shades of Fringy Flower #AFFBB9

Tints of Fringy Flower #AFFBB9

Color information

#AFFBB9 (or 0xAFFBB9) is unknown color: approx Fringy Flower. HEX triplet: AF, FB and B9. RGB value is (175,251,185). Sum of RGB (Red+Green+Blue) = 175+251+185=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 185 (72.66% from 255 or 30.28% from 611); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBB9 is #500446. Grayscale: #DCDCDC. Windows color (decimal): -5243975 or 12188591. OLE color: 12188591.

HSL color Cylindrical-coordinate representation of color #AFFBB9: hue angle of 127.89º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFBB9 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB175251185-
CMYK0.3000.260.02
HSL127.89º90.48%83.53%-
HSV(B)127.89º30.28%98.43%-
XYZ60.9381.6158.44-
YUV220.75107.8295.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.64%
GREEN value IS 251 (98.44% from 255) = 41.08%
BLUE value IS 185 (72.66% from 255) = 30.28%
R=28.64%
G=41.08%
B=30.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752511850.3000.260.02127.8990.4883.53
HexAFFBB91E01A2805a54
Octal257373271360322200132124
Binary10101111111110111011100111110011010101000000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFBB9; }

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

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

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

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

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

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

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

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