#AFFEC1

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

Shades of Fringy Flower #AFFEC1

Tints of Fringy Flower #AFFEC1

Color information

#AFFEC1 (or 0xAFFEC1) is unknown color: approx Fringy Flower. HEX triplet: AF, FE and C1. RGB value is (175,254,193). Sum of RGB (Red+Green+Blue) = 175+254+193=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFEC1 is #50013E. Grayscale: #DFDFDF. Windows color (decimal): -5243199 or 12713647. OLE color: 12713647.

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

Color convert

RGB175254193-
CMYK0.3100.240.00
HSL133.67º97.53%84.12%-
HSV(B)133.67º31.1%99.61%-
XYZ62.7583.8563.33-
YUV223.42110.8393.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.14%
GREEN value IS 254 (99.61% from 255) = 40.84%
BLUE value IS 193 (75.78% from 255) = 31.03%
R=28.14%
G=40.84%
B=31.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752541930.3100.240.00133.6797.5384.12
HexAFFEC11F0180866254
Octal257376301370300206142124
Binary1010111111111110110000011111101100001000011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFEC1; }

 p { color: rgb(175,254,193); }

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

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

 a { background-color: rgb(175,254,193); }

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

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

 span { border-color: rgb(175,254,193); }

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