#AFE6B9

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

Shades of Fringy Flower #AFE6B9

Tints of Fringy Flower #AFE6B9

Color information

#AFE6B9 (or 0xAFE6B9) is unknown color: approx Fringy Flower. HEX triplet: AF, E6 and B9. RGB value is (175,230,185). Sum of RGB (Red+Green+Blue) = 175+230+185=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 230 (90.23% from 255 or 38.98% from 590); Blue value is 185 (72.66% from 255 or 31.36% from 590); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE6B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE6B9 is #501946. Grayscale: #D0D0D0. Windows color (decimal): -5249351 or 12183215. OLE color: 12183215.

HSL color Cylindrical-coordinate representation of color #AFE6B9: hue angle of 130.91º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE6B9 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB175230185-
CMYK0.2400.200.10
HSL130.91º52.38%79.41%-
HSV(B)130.91º23.91%90.2%-
XYZ54.7369.2156.37-
YUV208.42114.78104.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.66%
GREEN value IS 230 (90.23% from 255) = 38.98%
BLUE value IS 185 (72.66% from 255) = 31.36%
R=29.66%
G=38.98%
B=31.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752301850.2400.200.10130.9152.3879.41
HexAFE6B918014A83344f
Octal257346271300241220364117
Binary101011111110011010111001110000101001010100000111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE6B9; }

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

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

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

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

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

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

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

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