#ADFCB9

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

Shades of Fringy Flower #ADFCB9

Tints of Fringy Flower #ADFCB9

Color information

#ADFCB9 (or 0xADFCB9) is unknown color: approx Fringy Flower. HEX triplet: AD, FC and B9. RGB value is (173,252,185). Sum of RGB (Red+Green+Blue) = 173+252+185=610 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.36% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFCB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFCB9 is #520346. Grayscale: #DCDCDC. Windows color (decimal): -5374791 or 12188845. OLE color: 12188845.

HSL color Cylindrical-coordinate representation of color #ADFCB9: hue angle of 129.11º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFCB9 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB173252185-
CMYK0.3100.270.01
HSL129.11º92.94%83.33%-
HSV(B)129.11º31.35%98.82%-
XYZ60.882.0158.52-
YUV220.74107.8393.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.36%
GREEN value IS 252 (98.83% from 255) = 41.31%
BLUE value IS 185 (72.66% from 255) = 30.33%
R=28.36%
G=41.31%
B=30.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732521850.3100.270.01129.1192.9483.33
HexADFCB91F01B1815d53
Octal255374271370331201135123
Binary1010110111111100101110011111101101111000000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFCB9; }

 p { color: rgb(173,252,185); }

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

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

 a { background-color: rgb(173,252,185); }

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

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

 span { border-color: rgb(173,252,185); }

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