#12EE69

Color #12EE69 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #12EE69

Tints of Malachite #12EE69

Color information

#12EE69 (or 0x12EE69) is unknown color: approx Malachite. HEX triplet: 12, EE and 69. RGB value is (18,238,105). Sum of RGB (Red+Green+Blue) = 18+238+105=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 238 (93.36% from 255 or 65.93% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 238 - color contains mainly: green. Hex color #12EE69 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12EE69 is #ED1196. Grayscale: #9D9D9D. Windows color (decimal): -15536535 or 6942226. OLE color: 6942226.

HSL color Cylindrical-coordinate representation of color #12EE69: hue angle of 143.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EE69 is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB18238105-
CMYK0.9200.560.07
HSL143.73º86.61%50.2%-
HSV(B)143.73º92.44%93.33%-
XYZ33.3762.323.63-
YUV157.0698.6128.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.99%
GREEN value IS 238 (93.36% from 255) = 65.93%
BLUE value IS 105 (41.41% from 255) = 29.09%
R=4.99%
G=65.93%
B=29.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal182381050.9200.560.07143.7386.6150.2
Hex12EE695C0387905732
Octal22356151134070722012762
Binary1001011101110110100110111000111000111100100001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12EE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12EE69; }

 p { color: rgb(18,238,105); }

 H1.HeaderClassName
 {
   color: #12EE69;
 }
 .AnyTagClassName
 {
   color: #12EE69;
 }
</style>
background-color css

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

 a { background-color: rgb(18,238,105); }

 div.DivClassName
 {
   background-color: #12EE69;
 }
 .BgClassName
 {
   background-color: #12EE69;
 }
</style>
border-color css

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

 span { border-color: rgb(18,238,105); }

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