Html Css Color HEX #EBF2AA Australian Mint

📋 copy color: '#EBF2AA'

red 235 ◦ green 242 ◦ blue 170

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

Shades of Australian Mint #EBF2AA

Tints of Australian Mint #EBF2AA

RGB

 RED value IS 235 (92.19% from 255) = 36.32%

 GREEN value IS 242 (94.92% from 255) = 37.4%

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

R = 36.32%
G = 37.4%
B = 26.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#EBF2AA (or 0xEBF2AA) is known color: Australian Mint. HEX triplet: EB, F2 and AA. RGB value is (235,242,170). Sum of RGB (Red+Green+Blue) = 235+242+170=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 242 (94.92% from 255 or 37.40% from 647); Blue value is 170 (66.80% from 255 or 26.28% from 647); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF2AA is #140D55. Grayscale: #E7E7E7. Windows color (decimal): -1314134 or 11203307. OLE color: 11203307.

HSL color Cylindrical-coordinate representation of color #EBF2AA: hue angle of 65.83º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBF2AA is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 242 170 -
CMYK 0.03 0 0.30 0.05
HSL 65.83º 0.73% 0.81% -
HSV(B) 65.83º 0.3% 0.95% -
XYZ 73.27 84.07 50.4 -
YUV 231.7 93.18 130.35 -
System Red Green Blue C M Y K H S L
Decimal 235 242 170 0.03 0 0.30 0.05 65.83 0.73 0.81
Hex EB F2 AA 3 0 1E 5 42 49 51
Octal 353 362 252 3 0 36 5 102 111 121
Binary 11101011 11110010 10101010 11 0 11110 101 1000010 1001001 1010001

Color Harmonies of #EBF2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF2AA

Black with #EBF2AA

Text Example


Text Example

White with #EBF2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF2AA; }

 p { color: rgb(235,242,170); }

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

background-color css

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

 a { background-color: rgb(235,242,170); }

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

border-color css

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

 span { border-color: rgb(235,242,170); }

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