#ADFBC0

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

Shades of Fringy Flower #ADFBC0

Tints of Fringy Flower #ADFBC0

Color information

#ADFBC0 (or 0xADFBC0) is unknown color: approx Fringy Flower. HEX triplet: AD, FB and C0. RGB value is (173,251,192). Sum of RGB (Red+Green+Blue) = 173+251+192=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 251 (98.44% from 255 or 40.75% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFBC0 is #52043F. Grayscale: #DDDDDD. Windows color (decimal): -5375040 or 12647341. OLE color: 12647341.

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

Color convert

RGB173251192-
CMYK0.3100.240.02
HSL134.62º90.7%83.14%-
HSV(B)134.62º31.08%98.43%-
XYZ61.2581.6862.41-
YUV220.95111.6693.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.08%
GREEN value IS 251 (98.44% from 255) = 40.75%
BLUE value IS 192 (75.39% from 255) = 31.17%
R=28.08%
G=40.75%
B=31.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732511920.3100.240.02134.6290.783.14
HexADFBC01F0182875b53
Octal255373300370302207133123
Binary10101101111110111100000011111011000101000011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFBC0; }

 p { color: rgb(173,251,192); }

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

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

 a { background-color: rgb(173,251,192); }

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

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

 span { border-color: rgb(173,251,192); }

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