#EAFFAD

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

Shades of Australian Mint #EAFFAD

Tints of Australian Mint #EAFFAD

Color information

#EAFFAD (or 0xEAFFAD) is unknown color: approx Australian Mint. HEX triplet: EA, FF and AD. RGB value is (234,255,173). Sum of RGB (Red+Green+Blue) = 234+255+173=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 173 (67.97% from 255 or 26.13% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFFAD is #150052. Grayscale: #EFEFEF. Windows color (decimal): -1376339 or 11403242. OLE color: 11403242.

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

Color convert

RGB234255173-
CMYK0.0800.320
HSL75.37º100%83.92%-
HSV(B)75.37º32.16%100%-
XYZ77.2392.0353.23-
YUV239.3790.54124.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.35%
GREEN value IS 255 (100% from 255) = 38.52%
BLUE value IS 173 (67.97% from 255) = 26.13%
R=35.35%
G=38.52%
B=26.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342551730.0800.32075.3710083.92
HexEAFFAD802004b6454
Octal352377255100400113144124
Binary111010101111111110101101100001000000100101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFAD; }

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

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

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

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

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

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

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

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