Html Css Color HEX #12FB3C Malachite

📋 copy color: '#12FB3C'

red 18 ◦ green 251 ◦ blue 60

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

Shades of Malachite #12FB3C

Tints of Malachite #12FB3C

RGB

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

 GREEN value IS 251 (98.44% from 255) = 76.29%

 BLUE value IS 60 (23.83% from 255) = 18.24%

R = 5.47%
G = 76.29%
B = 18.24%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#12FB3C (or 0x12FB3C) is known color: Malachite. HEX triplet: 12, FB and 3C. RGB value is (18,251,60). Sum of RGB (Red+Green+Blue) = 18+251+60=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 251 (98.44% from 255 or 76.29% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 251 - color contains mainly: green. Hex color #12FB3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12FB3C is #ED04C3. Grayscale: #A0A0A0. Windows color (decimal): -15533252 or 3996434. OLE color: 3996434.

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

Color convert

RGB 18 251 60 -
CMYK 0.93 0 0.76 0.02
HSL 130.82º 0.97% 0.53% -
HSV(B) 130.82º 0.93% 0.98% -
XYZ 35.56 69.45 15.81 -
YUV 159.56 71.81 27.03 -
System Red Green Blue C M Y K H S L
Decimal 18 251 60 0.93 0 0.76 0.02 130.82 0.97 0.53
Hex 12 FB 3C 5D 0 4C 2 83 61 35
Octal 22 373 74 135 0 114 2 203 141 65
Binary 10010 11111011 111100 1011101 0 1001100 10 10000011 1100001 110101

Color Harmonies of #12FB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12FB3C

Black with #12FB3C

Text Example


Text Example

White with #12FB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,251,60); }

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

background-color css

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

 a { background-color: rgb(18,251,60); }

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

border-color css

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

 span { border-color: rgb(18,251,60); }

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