#AFFFB8

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

Shades of Fringy Flower #AFFFB8

Tints of Fringy Flower #AFFFB8

Color information

#AFFFB8 (or 0xAFFFB8) is unknown color: approx Fringy Flower. HEX triplet: AF, FF and B8. RGB value is (175,255,184). Sum of RGB (Red+Green+Blue) = 175+255+184=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 184 (72.27% from 255 or 29.97% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFB8 is #500047. Grayscale: #DFDFDF. Windows color (decimal): -5242952 or 12124079. OLE color: 12124079.

HSL color Cylindrical-coordinate representation of color #AFFFB8: hue angle of 126.75º 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 #AFFFB8 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.

Color convert

RGB175255184-
CMYK0.3100.280
HSL126.75º100%84.31%-
HSV(B)126.75º31.37%100%-
XYZ62.0984.0958.31-
YUV222.9910693.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.50%
GREEN value IS 255 (100% from 255) = 41.53%
BLUE value IS 184 (72.27% from 255) = 29.97%
R=28.50%
G=41.53%
B=29.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752551840.3100.280126.7510084.31
HexAFFFB81F01C07f6454
Octal257377270370340177144124
Binary101011111111111110111000111110111000111111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFFB8; }

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

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

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

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

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

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

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

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