#ADF6BD

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

Shades of Fringy Flower #ADF6BD

Tints of Fringy Flower #ADF6BD

Color information

#ADF6BD (or 0xADF6BD) is unknown color: approx Fringy Flower. HEX triplet: AD, F6 and BD. RGB value is (173,246,189). Sum of RGB (Red+Green+Blue) = 173+246+189=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 246 (96.48% from 255 or 40.46% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF6BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF6BD is #520942. Grayscale: #D9D9D9. Windows color (decimal): -5376323 or 12449453. OLE color: 12449453.

HSL color Cylindrical-coordinate representation of color #ADF6BD: hue angle of 133.15º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF6BD is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB173246189-
CMYK0.3000.230.04
HSL133.15º80.22%82.16%-
HSV(B)133.15º29.67%96.47%-
XYZ59.3778.4760.16-
YUV217.68111.8296.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.45%
GREEN value IS 246 (96.48% from 255) = 40.46%
BLUE value IS 189 (74.22% from 255) = 31.09%
R=28.45%
G=40.46%
B=31.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732461890.3000.230.04133.1580.2282.16
HexADF6BD1E0174855052
Octal255366275360274205120122
Binary101011011111011010111101111100101111001000010110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF6BD; }

 p { color: rgb(173,246,189); }

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

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

 a { background-color: rgb(173,246,189); }

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

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

 span { border-color: rgb(173,246,189); }

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