Html Css Color HEX #12F74C Malachite

📋 copy color: '#12F74C'

red 18 ◦ green 247 ◦ blue 76

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

Shades of Malachite #12F74C

Tints of Malachite #12F74C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 72.43%

 BLUE value IS 76 (30.08% from 255) = 22.29%

R = 5.28%
G = 72.43%
B = 22.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#12F74C (or 0x12F74C) is known color: Malachite. HEX triplet: 12, F7 and 4C. RGB value is (18,247,76). Sum of RGB (Red+Green+Blue) = 18+247+76=341 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.28% from 341); Green value is 247 (96.88% from 255 or 72.43% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 247 - color contains mainly: green. Hex color #12F74C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F74C is #ED08B3. Grayscale: #9F9F9F. Windows color (decimal): -15534260 or 5043986. OLE color: 5043986.

HSL color Cylindrical-coordinate representation of color #12F74C: hue angle of 135.2º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F74C is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 18 247 76 -
CMYK 0.93 0 0.69 0.03
HSL 135.2º 0.93% 0.52% -
HSV(B) 135.2º 0.93% 0.97% -
XYZ 34.81 67.17 17.97 -
YUV 159.04 81.13 27.4 -
System Red Green Blue C M Y K H S L
Decimal 18 247 76 0.93 0 0.69 0.03 135.2 0.93 0.52
Hex 12 F7 4C 5D 0 45 3 87 5D 34
Octal 22 367 114 135 0 105 3 207 135 64
Binary 10010 11110111 1001100 1011101 0 1000101 11 10000111 1011101 110100

Color Harmonies of #12F74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F74C

Black with #12F74C

Text Example


Text Example

White with #12F74C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,247,76); }

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

background-color css

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

 a { background-color: rgb(18,247,76); }

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

border-color css

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

 span { border-color: rgb(18,247,76); }

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