#ADFFBF

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

Shades of Fringy Flower #ADFFBF

Tints of Fringy Flower #ADFFBF

Color information

#ADFFBF (or 0xADFFBF) is unknown color: approx Fringy Flower. HEX triplet: AD, FF and BF. RGB value is (173,255,191). Sum of RGB (Red+Green+Blue) = 173+255+191=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFFBF is #520040. Grayscale: #DFDFDF. Windows color (decimal): -5374017 or 12582829. OLE color: 12582829.

HSL color Cylindrical-coordinate representation of color #ADFFBF: hue angle of 133.17º 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 #ADFFBF is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB173255191-
CMYK0.3200.250
HSL133.17º100%83.92%-
HSV(B)133.17º32.16%100%-
XYZ62.484.1762.25-
YUV223.19109.8392.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.95%
GREEN value IS 255 (100% from 255) = 41.20%
BLUE value IS 191 (75% from 255) = 30.86%
R=27.95%
G=41.20%
B=30.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1732551910.3200.250133.1710083.92
HexADFFBF200190856454
Octal255377277400310205144124
Binary10101101111111111011111110000001100101000010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFFBF; }

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

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

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

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

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

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

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

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