#ADEFBD

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

Shades of Fringy Flower #ADEFBD

Tints of Fringy Flower #ADEFBD

Color information

#ADEFBD (or 0xADEFBD) is unknown color: approx Fringy Flower. HEX triplet: AD, EF and BD. RGB value is (173,239,189). Sum of RGB (Red+Green+Blue) = 173+239+189=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEFBD is #521042. Grayscale: #D5D5D5. Windows color (decimal): -5378115 or 12447661. OLE color: 12447661.

HSL color Cylindrical-coordinate representation of color #ADEFBD: hue angle of 134.55º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADEFBD is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB173239189-
CMYK0.2800.210.06
HSL134.55º67.35%80.78%-
HSV(B)134.55º27.62%93.73%-
XYZ57.2974.2959.46-
YUV213.57114.1399.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.79%
GREEN value IS 239 (93.75% from 255) = 39.77%
BLUE value IS 189 (74.22% from 255) = 31.45%
R=28.79%
G=39.77%
B=31.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1732391890.2800.210.06134.5567.3580.78
HexADEFBD1C0156874351
Octal255357275340256207103121
Binary101011011110111110111101111000101011101000011110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADEFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADEFBD; }

 p { color: rgb(173,239,189); }

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

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

 a { background-color: rgb(173,239,189); }

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

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

 span { border-color: rgb(173,239,189); }

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