#ADFFE4

Color #ADFFE4 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #ADFFE4

Tints of Water Leaf #ADFFE4

Color information

#ADFFE4 (or 0xADFFE4) is unknown color: approx Water Leaf. HEX triplet: AD, FF and E4. RGB value is (173,255,228). Sum of RGB (Red+Green+Blue) = 173+255+228=656 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.37% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 228 (89.45% from 255 or 34.76% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFFE4 is #52001B. Grayscale: #E3E3E3. Windows color (decimal): -5373980 or 15007661. OLE color: 15007661.

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

Color convert

RGB173255228-
CMYK0.3200.110
HSL160.24º100%83.92%-
HSV(B)160.24º32.16%100%-
XYZ6786.0186.47-
YUV227.4128.3389.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 26.37%
GREEN value IS 255 (100% from 255) = 38.87%
BLUE value IS 228 (89.45% from 255) = 34.76%
R=26.37%
G=38.87%
B=34.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1732552280.3200.110160.2410083.92
HexADFFE4200B0a06454
Octal255377344400130240144124
Binary1010110111111111111001001000000101101010000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFFE4; }

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

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

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

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

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

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

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

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