#AFFFC0

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

Shades of Fringy Flower #AFFFC0

Tints of Fringy Flower #AFFFC0

Color information

#AFFFC0 (or 0xAFFFC0) is unknown color: approx Fringy Flower. HEX triplet: AF, FF and C0. RGB value is (175,255,192). Sum of RGB (Red+Green+Blue) = 175+255+192=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 192 (75.39% from 255 or 30.87% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFC0 is #50003F. Grayscale: #E0E0E0. Windows color (decimal): -5242944 or 12648367. OLE color: 12648367.

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

Color convert

RGB175255192-
CMYK0.3100.250
HSL132.75º100%84.31%-
HSV(B)132.75º31.37%100%-
XYZ62.9584.4462.85-
YUV223.911093.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.14%
GREEN value IS 255 (100% from 255) = 41.00%
BLUE value IS 192 (75.39% from 255) = 30.87%
R=28.14%
G=41.00%
B=30.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752551920.3100.250132.7510084.31
HexAFFFC01F0190856454
Octal257377300370310205144124
Binary1010111111111111110000001111101100101000010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFFC0; }

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

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

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

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

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

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

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

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