Html Css Color HEX #EBF2AF Australian Mint

📋 copy color: '#EBF2AF'

red 235 ◦ green 242 ◦ blue 175

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

Shades of Australian Mint #EBF2AF

Tints of Australian Mint #EBF2AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 26.84%

R = 36.04%
G = 37.12%
B = 26.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#EBF2AF (or 0xEBF2AF) is known color: Australian Mint. HEX triplet: EB, F2 and AF. RGB value is (235,242,175). Sum of RGB (Red+Green+Blue) = 235+242+175=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 175 (68.75% from 255 or 26.84% from 652); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF2AF is #140D50. Grayscale: #E8E8E8. Windows color (decimal): -1314129 or 11530987. OLE color: 11530987.

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

Color convert

RGB 235 242 175 -
CMYK 0.03 0 0.28 0.05
HSL 66.27º 0.72% 0.82% -
HSV(B) 66.27º 0.28% 0.95% -
XYZ 73.75 84.26 52.93 -
YUV 232.27 95.68 129.95 -
System Red Green Blue C M Y K H S L
Decimal 235 242 175 0.03 0 0.28 0.05 66.27 0.72 0.82
Hex EB F2 AF 3 0 1C 5 42 48 52
Octal 353 362 257 3 0 34 5 102 110 122
Binary 11101011 11110010 10101111 11 0 11100 101 1000010 1001000 1010010

Color Harmonies of #EBF2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF2AF

Black with #EBF2AF

Text Example


Text Example

White with #EBF2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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