#AFF2BF

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

Shades of Fringy Flower #AFF2BF

Tints of Fringy Flower #AFF2BF

Color information

#AFF2BF (or 0xAFF2BF) is unknown color: approx Fringy Flower. HEX triplet: AF, F2 and BF. RGB value is (175,242,191). Sum of RGB (Red+Green+Blue) = 175+242+191=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 242 (94.92% from 255 or 39.80% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF2BF is #500D40. Grayscale: #D8D8D8. Windows color (decimal): -5246273 or 12579503. OLE color: 12579503.

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

Color convert

RGB175242191-
CMYK0.2800.210.05
HSL134.33º72.04%81.76%-
HSV(B)134.33º27.69%94.9%-
XYZ58.8476.3860.93-
YUV216.15113.898.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.78%
GREEN value IS 242 (94.92% from 255) = 39.80%
BLUE value IS 191 (75% from 255) = 31.41%
R=28.78%
G=39.80%
B=31.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752421910.2800.210.05134.3372.0481.76
HexAFF2BF1C0155864852
Octal257362277340255206110122
Binary101011111111001010111111111000101011011000011010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF2BF; }

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

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

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

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

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

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

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

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