#EAFEAE

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

Shades of Australian Mint #EAFEAE

Tints of Australian Mint #EAFEAE

Color information

#EAFEAE (or 0xEAFEAE) is unknown color: approx Australian Mint. HEX triplet: EA, FE and AE. RGB value is (234,254,174). Sum of RGB (Red+Green+Blue) = 234+254+174=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 174 (68.36% from 255 or 26.28% from 662); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFEAE is #150151. Grayscale: #EFEFEF. Windows color (decimal): -1376594 or 11468522. OLE color: 11468522.

HSL color Cylindrical-coordinate representation of color #EAFEAE: hue angle of 75º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAFEAE is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB234254174-
CMYK0.0800.310.00
HSL75º97.56%83.92%-
HSV(B)75º31.5%99.61%-
XYZ77.0191.4353.63-
YUV238.991.37124.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.35%
GREEN value IS 254 (99.61% from 255) = 38.37%
BLUE value IS 174 (68.36% from 255) = 26.28%
R=35.35%
G=38.37%
B=26.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342541740.0800.310.007597.5683.92
HexEAFEAE801F04b6254
Octal352376256100370113142124
Binary11101010111111101010111010000111110100101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFEAE; }

 p { color: rgb(234,254,174); }

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

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

 a { background-color: rgb(234,254,174); }

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

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

 span { border-color: rgb(234,254,174); }

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