#ADFFBC

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

Shades of Fringy Flower #ADFFBC

Tints of Fringy Flower #ADFFBC

Color information

#ADFFBC (or 0xADFFBC) is unknown color: approx Fringy Flower. HEX triplet: AD, FF and BC. RGB value is (173,255,188). Sum of RGB (Red+Green+Blue) = 173+255+188=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 188 (73.83% from 255 or 30.52% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFFBC is #520043. Grayscale: #DFDFDF. Windows color (decimal): -5374020 or 12386221. OLE color: 12386221.

HSL color Cylindrical-coordinate representation of color #ADFFBC: hue angle of 130.98º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFFBC is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB173255188-
CMYK0.3200.260
HSL130.98º100%83.92%-
HSV(B)130.98º32.16%100%-
XYZ62.0784.0460.53-
YUV222.84108.3392.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.08%
GREEN value IS 255 (100% from 255) = 41.40%
BLUE value IS 188 (73.83% from 255) = 30.52%
R=28.08%
G=41.40%
B=30.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1732551880.3200.260130.9810083.92
HexADFFBC2001A0836454
Octal255377274400320203144124
Binary10101101111111111011110010000001101001000001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFFBC; }

 p { color: rgb(173,255,188); }

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

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

 a { background-color: rgb(173,255,188); }

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

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

 span { border-color: rgb(173,255,188); }

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