#EAF7AF

Color #EAF7AF Australian Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Australian Mint #EAF7AF

Tints of Australian Mint #EAF7AF

Color information

#EAF7AF (or 0xEAF7AF) is unknown color: approx Australian Mint. HEX triplet: EA, F7 and AF. RGB value is (234,247,175). Sum of RGB (Red+Green+Blue) = 234+247+175=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 247 (96.88% from 255 or 37.65% from 656); Blue value is 175 (68.75% from 255 or 26.68% from 656); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF7AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF7AF is #150850. Grayscale: #EBEBEB. Windows color (decimal): -1378385 or 11532266. OLE color: 11532266.

HSL color Cylindrical-coordinate representation of color #EAF7AF: hue angle of 70.83º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAF7AF is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB234247175-
CMYK0.0500.290.03
HSL70.83º81.82%82.75%-
HSV(B)70.83º29.15%96.86%-
XYZ74.9387.1153.42-
YUV234.994.19127.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.67%
GREEN value IS 247 (96.88% from 255) = 37.65%
BLUE value IS 175 (68.75% from 255) = 26.68%
R=35.67%
G=37.65%
B=26.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342471750.0500.290.0370.8381.8282.75
HexEAF7AF501D3475253
Octal35236725750353107122123
Binary11101010111101111010111110101110111100011110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF7AF; }

 p { color: rgb(234,247,175); }

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

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

 a { background-color: rgb(234,247,175); }

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

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

 span { border-color: rgb(234,247,175); }

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