Html Css Color HEX #0FE133 Malachite

📋 copy color: '#0FE133'

red 15 ◦ green 225 ◦ blue 51

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

Shades of Malachite #0FE133

Tints of Malachite #0FE133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.53%

R = 5.15%
G = 77.32%
B = 17.53%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#0FE133 (or 0x0FE133) is known color: Malachite. HEX triplet: 0F, E1 and 33. RGB value is (15,225,51). Sum of RGB (Red+Green+Blue) = 15+225+51=291 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.15% from 291); Green value is 225 (88.28% from 255 or 77.32% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE133 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE133 is #F01ECC. Grayscale: #8E8E8E. Windows color (decimal): -15736525 or 3399951. OLE color: 3399951.

HSL color Cylindrical-coordinate representation of color #0FE133: hue angle of 130.29º 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 #0FE133 is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 15 225 51 -
CMYK 0.93 0 0.77 0.12
HSL 130.29º 0.88% 0.47% -
HSV(B) 130.29º 0.93% 0.88% -
XYZ 27.72 54.19 12.13 -
YUV 142.37 76.43 37.15 -
System Red Green Blue C M Y K H S L
Decimal 15 225 51 0.93 0 0.77 0.12 130.29 0.88 0.47
Hex F E1 33 5D 0 4D C 82 58 2F
Octal 17 341 63 135 0 115 14 202 130 57
Binary 1111 11100001 110011 1011101 0 1001101 1100 10000010 1011000 101111

Color Harmonies of #0FE133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE133

Black with #0FE133

Text Example


Text Example

White with #0FE133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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