Html Css Color HEX #EFFEA5 Australian Mint

📋 copy color: '#EFFEA5'

red 239 ◦ green 254 ◦ blue 165

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

Shades of Australian Mint #EFFEA5

Tints of Australian Mint #EFFEA5

RGB

 RED value IS 239 (93.75% from 255) = 36.32%

 GREEN value IS 254 (99.61% from 255) = 38.6%

 BLUE value IS 165 (64.84% from 255) = 25.08%

R = 36.32%
G = 38.6%
B = 25.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#EFFEA5 (or 0xEFFEA5) is known color: Australian Mint. HEX triplet: EF, FE and A5. RGB value is (239,254,165). Sum of RGB (Red+Green+Blue) = 239+254+165=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 254 (99.61% from 255 or 38.60% from 658); Blue value is 165 (64.84% from 255 or 25.08% from 658); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFEA5 is #10015A. Grayscale: #EFEFEF. Windows color (decimal): -1048923 or 10878703. OLE color: 10878703.

HSL color Cylindrical-coordinate representation of color #EFFEA5: hue angle of 70.11º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFFEA5 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 254 165 -
CMYK 0.06 0 0.35 0.00
HSL 70.11º 0.98% 0.82% -
HSV(B) 70.11º 0.35% 1% -
XYZ 77.83 91.95 49.24 -
YUV 239.37 86.03 127.74 -
System Red Green Blue C M Y K H S L
Decimal 239 254 165 0.06 0 0.35 0.00 70.11 0.98 0.82
Hex EF FE A5 6 0 23 0 46 62 52
Octal 357 376 245 6 0 43 0 106 142 122
Binary 11101111 11111110 10100101 110 0 100011 0 1000110 1100010 1010010

Color Harmonies of #EFFEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFEA5

Black with #EFFEA5

Text Example


Text Example

White with #EFFEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFEA5; }

 p { color: rgb(239,254,165); }

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

background-color css

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

 a { background-color: rgb(239,254,165); }

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

border-color css

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

 span { border-color: rgb(239,254,165); }

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