Html Css Color HEX #12F93E Malachite

📋 copy color: '#12F93E'

red 18 ◦ green 249 ◦ blue 62

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

Shades of Malachite #12F93E

Tints of Malachite #12F93E

RGB

 RED value IS 18 (7.42% from 255) = 5.47%

 GREEN value IS 249 (97.66% from 255) = 75.68%

 BLUE value IS 62 (24.61% from 255) = 18.84%

R = 5.47%
G = 75.68%
B = 18.84%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#12F93E (or 0x12F93E) is known color: Malachite. HEX triplet: 12, F9 and 3E. RGB value is (18,249,62). Sum of RGB (Red+Green+Blue) = 18+249+62=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 249 (97.66% from 255 or 75.68% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 249 - color contains mainly: green. Hex color #12F93E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F93E is #ED06C1. Grayscale: #9F9F9F. Windows color (decimal): -15533762 or 4126994. OLE color: 4126994.

HSL color Cylindrical-coordinate representation of color #12F93E: hue angle of 131.43º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F93E is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 249 62 -
CMYK 0.93 0 0.75 0.02
HSL 131.43º 0.95% 0.52% -
HSV(B) 131.43º 0.93% 0.98% -
XYZ 34.99 68.23 15.88 -
YUV 158.61 73.47 27.71 -
System Red Green Blue C M Y K H S L
Decimal 18 249 62 0.93 0 0.75 0.02 131.43 0.95 0.52
Hex 12 F9 3E 5D 0 4B 2 83 5F 34
Octal 22 371 76 135 0 113 2 203 137 64
Binary 10010 11111001 111110 1011101 0 1001011 10 10000011 1011111 110100

Color Harmonies of #12F93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F93E

Black with #12F93E

Text Example


Text Example

White with #12F93E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,249,62); }

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

background-color css

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

 a { background-color: rgb(18,249,62); }

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

border-color css

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

 span { border-color: rgb(18,249,62); }

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