Html Css Color HEX #EBFDA0 Australian Mint

📋 copy color: '#EBFDA0'

red 235 ◦ green 253 ◦ blue 160

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

Shades of Australian Mint #EBFDA0

Tints of Australian Mint #EBFDA0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.04%

 BLUE value IS 160 (62.89% from 255) = 24.69%

R = 36.27%
G = 39.04%
B = 24.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#EBFDA0 (or 0xEBFDA0) is known color: Australian Mint. HEX triplet: EB, FD and A0. RGB value is (235,253,160). Sum of RGB (Red+Green+Blue) = 235+253+160=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 160 (62.89% from 255 or 24.69% from 648); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFDA0 is #14025F. Grayscale: #EDEDED. Windows color (decimal): -1311328 or 10550763. OLE color: 10550763.

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

Color convert

RGB 235 253 160 -
CMYK 0.07 0 0.37 0.01
HSL 71.61º 0.96% 0.81% -
HSV(B) 71.61º 0.37% 0.99% -
XYZ 75.73 90.45 46.72 -
YUV 237.02 84.54 126.56 -
System Red Green Blue C M Y K H S L
Decimal 235 253 160 0.07 0 0.37 0.01 71.61 0.96 0.81
Hex EB FD A0 7 0 25 1 48 60 51
Octal 353 375 240 7 0 45 1 110 140 121
Binary 11101011 11111101 10100000 111 0 100101 1 1001000 1100000 1010001

Color Harmonies of #EBFDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFDA0

Black with #EBFDA0

Text Example


Text Example

White with #EBFDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFDA0; }

 p { color: rgb(235,253,160); }

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

background-color css

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

 a { background-color: rgb(235,253,160); }

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

border-color css

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

 span { border-color: rgb(235,253,160); }

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