Html Css Color HEX #0FE35F Malachite

📋 copy color: '#0FE35F'

red 15 ◦ green 227 ◦ blue 95

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

Shades of Malachite #0FE35F

Tints of Malachite #0FE35F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 67.36%

 BLUE value IS 95 (37.5% from 255) = 28.19%

R = 4.45%
G = 67.36%
B = 28.19%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#0FE35F (or 0x0FE35F) is known color: Malachite. HEX triplet: 0F, E3 and 5F. RGB value is (15,227,95). Sum of RGB (Red+Green+Blue) = 15+227+95=337 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.45% from 337); Green value is 227 (89.06% from 255 or 67.36% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 227 - color contains mainly: green. Hex color #0FE35F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE35F is #F01CA0. Grayscale: #949494. Windows color (decimal): -15735969 or 6284047. OLE color: 6284047.

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

Color convert

RGB 15 227 95 -
CMYK 0.93 0 0.58 0.11
HSL 142.64º 0.88% 0.47% -
HSV(B) 142.64º 0.93% 0.89% -
XYZ 29.73 55.87 20.04 -
YUV 148.56 97.76 32.73 -
System Red Green Blue C M Y K H S L
Decimal 15 227 95 0.93 0 0.58 0.11 142.64 0.88 0.47
Hex F E3 5F 5D 0 3A B 8F 58 2F
Octal 17 343 137 135 0 72 13 217 130 57
Binary 1111 11100011 1011111 1011101 0 111010 1011 10001111 1011000 101111

Color Harmonies of #0FE35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE35F

Black with #0FE35F

Text Example


Text Example

White with #0FE35F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,227,95); }

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

background-color css

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

 a { background-color: rgb(15,227,95); }

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

border-color css

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

 span { border-color: rgb(15,227,95); }

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