#EAFCAA

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

Shades of Australian Mint #EAFCAA

Tints of Australian Mint #EAFCAA

Color information

#EAFCAA (or 0xEAFCAA) is unknown color: approx Australian Mint. HEX triplet: EA, FC and AA. RGB value is (234,252,170). Sum of RGB (Red+Green+Blue) = 234+252+170=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 170 (66.80% from 255 or 25.91% from 656); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFCAA is #150355. Grayscale: #EDEDED. Windows color (decimal): -1377110 or 11205866. OLE color: 11205866.

HSL color Cylindrical-coordinate representation of color #EAFCAA: hue angle of 73.17º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAFCAA is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB234252170-
CMYK0.0700.330.01
HSL73.17º93.18%82.75%-
HSV(B)73.17º32.54%98.82%-
XYZ7690.0251.4-
YUV237.2790.04125.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.67%
GREEN value IS 252 (98.83% from 255) = 38.41%
BLUE value IS 170 (66.80% from 255) = 25.91%
R=35.67%
G=38.41%
B=25.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342521700.0700.330.0173.1793.1882.75
HexEAFCAA70211495d53
Octal35237425270411111135123
Binary11101010111111001010101011101000011100100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFCAA; }

 p { color: rgb(234,252,170); }

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

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

 a { background-color: rgb(234,252,170); }

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

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

 span { border-color: rgb(234,252,170); }

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