Html Css Color HEX #EAFCA5 Australian Mint

📋 copy color: '#EAFCA5'

red 234 ◦ green 252 ◦ blue 165

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

Shades of Australian Mint #EAFCA5

Tints of Australian Mint #EAFCA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 25.35%

R = 35.94%
G = 38.71%
B = 25.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#EAFCA5 (or 0xEAFCA5) is known color: Australian Mint. HEX triplet: EA, FC and A5. RGB value is (234,252,165). Sum of RGB (Red+Green+Blue) = 234+252+165=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 252 (98.83% from 255 or 38.71% from 651); Blue value is 165 (64.84% from 255 or 25.35% from 651); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFCA5 is #15035A. Grayscale: #EDEDED. Windows color (decimal): -1377115 or 10878186. OLE color: 10878186.

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

Color convert

RGB 234 252 165 -
CMYK 0.07 0 0.35 0.01
HSL 72.41º 0.94% 0.82% -
HSV(B) 72.41º 0.35% 0.99% -
XYZ 75.53 89.83 48.96 -
YUV 236.7 87.54 126.07 -
System Red Green Blue C M Y K H S L
Decimal 234 252 165 0.07 0 0.35 0.01 72.41 0.94 0.82
Hex EA FC A5 7 0 23 1 48 5E 52
Octal 352 374 245 7 0 43 1 110 136 122
Binary 11101010 11111100 10100101 111 0 100011 1 1001000 1011110 1010010

Color Harmonies of #EAFCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFCA5

Black with #EAFCA5

Text Example


Text Example

White with #EAFCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFCA5; }

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

 H1.HeaderClassName
 {
   color: #EAFCA5;
 }
 .AnyTagClassName
 {
   color: #EAFCA5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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