Html Css Color HEX #EBF2AB Australian Mint

📋 copy color: '#EBF2AB'

red 235 ◦ green 242 ◦ blue 171

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

Shades of Australian Mint #EBF2AB

Tints of Australian Mint #EBF2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 26.39%

R = 36.27%
G = 37.35%
B = 26.39%

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

#EBF2AB (or 0xEBF2AB) is known color: Australian Mint. HEX triplet: EB, F2 and AB. RGB value is (235,242,171). Sum of RGB (Red+Green+Blue) = 235+242+171=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 242 (94.92% from 255 or 37.35% from 648); Blue value is 171 (67.19% from 255 or 26.39% from 648); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF2AB is #140D54. Grayscale: #E8E8E8. Windows color (decimal): -1314133 or 11268843. OLE color: 11268843.

HSL color Cylindrical-coordinate representation of color #EBF2AB: hue angle of 65.92º 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 #EBF2AB is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 242 171 -
CMYK 0.03 0 0.29 0.05
HSL 65.92º 0.73% 0.81% -
HSV(B) 65.92º 0.29% 0.95% -
XYZ 73.36 84.11 50.9 -
YUV 231.81 93.68 130.27 -
System Red Green Blue C M Y K H S L
Decimal 235 242 171 0.03 0 0.29 0.05 65.92 0.73 0.81
Hex EB F2 AB 3 0 1D 5 42 49 51
Octal 353 362 253 3 0 35 5 102 111 121
Binary 11101011 11110010 10101011 11 0 11101 101 1000010 1001001 1010001

Color Harmonies of #EBF2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF2AB

Black with #EBF2AB

Text Example


Text Example

White with #EBF2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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