Html Css Color HEX #EAFCAA Australian Mint

📋 copy color: '#EAFCAA'

red 234 ◦ green 252 ◦ blue 170

#EAFCAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Australian Mint #EAFCAA

Tints of Australian Mint #EAFCAA

RGB

 RED value IS 234 (91.8% from 255) = 35.67%

 GREEN value IS 252 (98.83% from 255) = 38.41%

 BLUE value IS 170 (66.8% from 255) = 25.91%

R = 35.67%
G = 38.41%
B = 25.91%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#EAFCAA (or 0xEAFCAA) is known color: 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

RGB 234 252 170 -
CMYK 0.07 0 0.33 0.01
HSL 73.17º 0.93% 0.83% -
HSV(B) 73.17º 0.33% 0.99% -
XYZ 76 90.02 51.4 -
YUV 237.27 90.04 125.67 -
System Red Green Blue C M Y K H S L
Decimal 234 252 170 0.07 0 0.33 0.01 73.17 0.93 0.83
Hex EA FC AA 7 0 21 1 49 5D 53
Octal 352 374 252 7 0 41 1 111 135 123
Binary 11101010 11111100 10101010 111 0 100001 1 1001001 1011101 1010011

Color Harmonies of #EAFCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFCAA

Black with #EAFCAA

Text Example


Text Example

White with #EAFCAA

Text Example


Text Example

HTML Codes & Css Web 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>