Html Css Color HEX #ECF2AF Australian Mint

📋 copy color: '#ECF2AF'

red 236 ◦ green 242 ◦ blue 175

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

Shades of Australian Mint #ECF2AF

Tints of Australian Mint #ECF2AF

RGB

 RED value IS 236 (92.58% from 255) = 36.14%

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

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

R = 36.14%
G = 37.06%
B = 26.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#ECF2AF (or 0xECF2AF) is known color: Australian Mint. HEX triplet: EC, F2 and AF. RGB value is (236,242,175). Sum of RGB (Red+Green+Blue) = 236+242+175=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 175 (68.75% from 255 or 26.80% from 653); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF2AF is #130D50. Grayscale: #E8E8E8. Windows color (decimal): -1248593 or 11530988. OLE color: 11530988.

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

Color convert

RGB 236 242 175 -
CMYK 0.02 0 0.28 0.05
HSL 65.37º 0.72% 0.82% -
HSV(B) 65.37º 0.28% 0.95% -
XYZ 74.08 84.43 52.95 -
YUV 232.57 95.51 130.45 -
System Red Green Blue C M Y K H S L
Decimal 236 242 175 0.02 0 0.28 0.05 65.37 0.72 0.82
Hex EC F2 AF 2 0 1C 5 41 48 52
Octal 354 362 257 2 0 34 5 101 110 122
Binary 11101100 11110010 10101111 10 0 11100 101 1000001 1001000 1010010

Color Harmonies of #ECF2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECF2AF

Black with #ECF2AF

Text Example


Text Example

White with #ECF2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECF2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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