#A7F1E4

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

Shades of Water Leaf #A7F1E4

Tints of Water Leaf #A7F1E4

Color information

#A7F1E4 (or 0xA7F1E4) is unknown color: approx Water Leaf. HEX triplet: A7, F1 and E4. RGB value is (167,241,228). Sum of RGB (Red+Green+Blue) = 167+241+228=636 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.26% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 241 - color contains mainly: green. Hex color #A7F1E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7F1E4 is #580E1B. Grayscale: #D9D9D9. Windows color (decimal): -5770780 or 15004071. OLE color: 15004071.

HSL color Cylindrical-coordinate representation of color #A7F1E4: hue angle of 169.46º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7F1E4 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB167241228-
CMYK0.3100.050.05
HSL169.46º72.55%80%-
HSV(B)169.46º30.71%94.51%-
XYZ61.476.7384.97-
YUV217.39133.9892.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.26%
GREEN value IS 241 (94.53% from 255) = 37.89%
BLUE value IS 228 (89.45% from 255) = 35.85%
R=26.26%
G=37.89%
B=35.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1672412280.3100.050.05169.4672.5580
HexA7F1E41F055a94950
Octal24736134437055251111120
Binary1010011111110001111001001111101011011010100110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F1E4; }

 p { color: rgb(167,241,228); }

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

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

 a { background-color: rgb(167,241,228); }

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

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

 span { border-color: rgb(167,241,228); }

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