Html Css Color HEX #0FE12F Malachite

📋 copy color: '#0FE12F'

red 15 ◦ green 225 ◦ blue 47

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

Shades of Malachite #0FE12F

Tints of Malachite #0FE12F

RGB

 RED value IS 15 (6.25% from 255) = 5.23%

 GREEN value IS 225 (88.28% from 255) = 78.4%

 BLUE value IS 47 (18.75% from 255) = 16.38%

R = 5.23%
G = 78.4%
B = 16.38%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#0FE12F (or 0x0FE12F) is known color: Malachite. HEX triplet: 0F, E1 and 2F. RGB value is (15,225,47). Sum of RGB (Red+Green+Blue) = 15+225+47=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 225 (88.28% from 255 or 78.40% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE12F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE12F is #F01ED0. Grayscale: #8E8E8E. Windows color (decimal): -15736529 or 3137807. OLE color: 3137807.

HSL color Cylindrical-coordinate representation of color #0FE12F: hue angle of 129.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE12F is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 15 225 47 -
CMYK 0.93 0 0.79 0.12
HSL 129.14º 0.88% 0.47% -
HSV(B) 129.14º 0.93% 0.88% -
XYZ 27.64 54.16 11.69 -
YUV 141.92 74.43 37.47 -
System Red Green Blue C M Y K H S L
Decimal 15 225 47 0.93 0 0.79 0.12 129.14 0.88 0.47
Hex F E1 2F 5D 0 4F C 81 58 2F
Octal 17 341 57 135 0 117 14 201 130 57
Binary 1111 11100001 101111 1011101 0 1001111 1100 10000001 1011000 101111

Color Harmonies of #0FE12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE12F

Black with #0FE12F

Text Example


Text Example

White with #0FE12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FE12F; }

 p { color: rgb(15,225,47); }

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

background-color css

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

 a { background-color: rgb(15,225,47); }

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

border-color css

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

 span { border-color: rgb(15,225,47); }

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