Html Css Color HEX #EBF2AD Australian Mint

📋 copy color: '#EBF2AD'

red 235 ◦ green 242 ◦ blue 173

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

Shades of Australian Mint #EBF2AD

Tints of Australian Mint #EBF2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 26.62%

R = 36.15%
G = 37.23%
B = 26.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#EBF2AD (or 0xEBF2AD) is known color: Australian Mint. HEX triplet: EB, F2 and AD. RGB value is (235,242,173). Sum of RGB (Red+Green+Blue) = 235+242+173=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 173 (67.97% from 255 or 26.62% from 650); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF2AD is #140D52. Grayscale: #E8E8E8. Windows color (decimal): -1314131 or 11399915. OLE color: 11399915.

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

Color convert

RGB 235 242 173 -
CMYK 0.03 0 0.29 0.05
HSL 66.09º 0.73% 0.81% -
HSV(B) 66.09º 0.29% 0.95% -
XYZ 73.56 84.18 51.91 -
YUV 232.04 94.68 130.11 -
System Red Green Blue C M Y K H S L
Decimal 235 242 173 0.03 0 0.29 0.05 66.09 0.73 0.81
Hex EB F2 AD 3 0 1D 5 42 49 51
Octal 353 362 255 3 0 35 5 102 111 121
Binary 11101011 11110010 10101101 11 0 11101 101 1000010 1001001 1010001

Color Harmonies of #EBF2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF2AD

Black with #EBF2AD

Text Example


Text Example

White with #EBF2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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