#ADFFBA

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

Shades of Fringy Flower #ADFFBA

Tints of Fringy Flower #ADFFBA

Color information

#ADFFBA (or 0xADFFBA) is unknown color: approx Fringy Flower. HEX triplet: AD, FF and BA. RGB value is (173,255,186). Sum of RGB (Red+Green+Blue) = 173+255+186=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFFBA is #520045. Grayscale: #DEDEDE. Windows color (decimal): -5374022 or 12255149. OLE color: 12255149.

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

Color convert

RGB173255186-
CMYK0.3200.270
HSL129.51º100%83.92%-
HSV(B)129.51º32.16%100%-
XYZ61.8683.9559.4-
YUV222.62107.3392.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.18%
GREEN value IS 255 (100% from 255) = 41.53%
BLUE value IS 186 (73.05% from 255) = 30.29%
R=28.18%
G=41.53%
B=30.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1732551860.3200.270129.5110083.92
HexADFFBA2001B0826454
Octal255377272400330202144124
Binary10101101111111111011101010000001101101000001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFFBA; }

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

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

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

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

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

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

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

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