Html Css Color HEX #EDF2AB Australian Mint

📋 copy color: '#EDF2AB'

red 237 ◦ green 242 ◦ blue 171

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

Shades of Australian Mint #EDF2AB

Tints of Australian Mint #EDF2AB

RGB

 RED value IS 237 (92.97% from 255) = 36.46%

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

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

R = 36.46%
G = 37.23%
B = 26.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#EDF2AB (or 0xEDF2AB) is known color: Australian Mint. HEX triplet: ED, F2 and AB. RGB value is (237,242,171). Sum of RGB (Red+Green+Blue) = 237+242+171=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 171 (67.19% from 255 or 26.31% from 650); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF2AB is #120D54. Grayscale: #E8E8E8. Windows color (decimal): -1183061 or 11268845. OLE color: 11268845.

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

Color convert

RGB 237 242 171 -
CMYK 0.02 0 0.29 0.05
HSL 64.23º 0.73% 0.81% -
HSV(B) 64.23º 0.29% 0.95% -
XYZ 74.03 84.45 50.93 -
YUV 232.41 93.34 131.27 -
System Red Green Blue C M Y K H S L
Decimal 237 242 171 0.02 0 0.29 0.05 64.23 0.73 0.81
Hex ED F2 AB 2 0 1D 5 40 49 51
Octal 355 362 253 2 0 35 5 100 111 121
Binary 11101101 11110010 10101011 10 0 11101 101 1000000 1001001 1010001

Color Harmonies of #EDF2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF2AB

Black with #EDF2AB

Text Example


Text Example

White with #EDF2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF2AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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