Html Css Color HEX #0FE130 Malachite

📋 copy color: '#0FE130'

red 15 ◦ green 225 ◦ blue 48

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

Shades of Malachite #0FE130

Tints of Malachite #0FE130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.67%

R = 5.21%
G = 78.13%
B = 16.67%

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

#0FE130 (or 0x0FE130) is known color: Malachite. HEX triplet: 0F, E1 and 30. RGB value is (15,225,48). Sum of RGB (Red+Green+Blue) = 15+225+48=288 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.21% from 288); Green value is 225 (88.28% from 255 or 78.12% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE130 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE130 is #F01ECF. Grayscale: #8E8E8E. Windows color (decimal): -15736528 or 3203343. OLE color: 3203343.

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

Color convert

RGB 15 225 48 -
CMYK 0.93 0 0.79 0.12
HSL 129.43º 0.88% 0.47% -
HSV(B) 129.43º 0.93% 0.88% -
XYZ 27.66 54.17 11.79 -
YUV 142.03 74.93 37.39 -
System Red Green Blue C M Y K H S L
Decimal 15 225 48 0.93 0 0.79 0.12 129.43 0.88 0.47
Hex F E1 30 5D 0 4F C 81 58 2F
Octal 17 341 60 135 0 117 14 201 130 57
Binary 1111 11100001 110000 1011101 0 1001111 1100 10000001 1011000 101111

Color Harmonies of #0FE130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE130

Black with #0FE130

Text Example


Text Example

White with #0FE130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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