#ADDEB9

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

Shades of Fringy Flower #ADDEB9

Tints of Fringy Flower #ADDEB9

Color information

#ADDEB9 (or 0xADDEB9) is unknown color: approx Fringy Flower. HEX triplet: AD, DE and B9. RGB value is (173,222,185). Sum of RGB (Red+Green+Blue) = 173+222+185=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEB9 is #522146. Grayscale: #CBCBCB. Windows color (decimal): -5382471 or 12181165. OLE color: 12181165.

HSL color Cylindrical-coordinate representation of color #ADDEB9: hue angle of 134.69º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDEB9 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB173222185-
CMYK0.2200.170.13
HSL134.69º42.61%77.45%-
HSV(B)134.69º22.07%87.06%-
XYZ52.1164.6355.63-
YUV203.13117.77106.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.83%
GREEN value IS 222 (87.11% from 255) = 38.28%
BLUE value IS 185 (72.66% from 255) = 31.90%
R=29.83%
G=38.28%
B=31.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732221850.2200.170.13134.6942.6177.45
HexADDEB916011D872b4d
Octal255336271260211520753115
Binary101011011101111010111001101100100011101100001111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDEB9; }

 p { color: rgb(173,222,185); }

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

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

 a { background-color: rgb(173,222,185); }

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

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

 span { border-color: rgb(173,222,185); }

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