Html Css Color HEX #0FD25E Malachite

📋 copy color: '#0FD25E'

red 15 ◦ green 210 ◦ blue 94

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

Shades of Malachite #0FD25E

Tints of Malachite #0FD25E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 65.83%

 BLUE value IS 94 (37.11% from 255) = 29.47%

R = 4.7%
G = 65.83%
B = 29.47%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#0FD25E (or 0x0FD25E) is known color: Malachite. HEX triplet: 0F, D2 and 5E. RGB value is (15,210,94). Sum of RGB (Red+Green+Blue) = 15+210+94=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 210 (82.42% from 255 or 65.83% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 210 - color contains mainly: green. Hex color #0FD25E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD25E is #F02DA1. Grayscale: #8A8A8A. Windows color (decimal): -15740322 or 6214159. OLE color: 6214159.

HSL color Cylindrical-coordinate representation of color #0FD25E: hue angle of 144.31º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD25E is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 15 210 94 -
CMYK 0.93 0 0.55 0.18
HSL 144.31º 0.87% 0.44% -
HSV(B) 144.31º 0.93% 0.82% -
XYZ 25.26 47 18.33 -
YUV 138.47 102.9 39.93 -
System Red Green Blue C M Y K H S L
Decimal 15 210 94 0.93 0 0.55 0.18 144.31 0.87 0.44
Hex F D2 5E 5D 0 37 12 90 57 2C
Octal 17 322 136 135 0 67 22 220 127 54
Binary 1111 11010010 1011110 1011101 0 110111 10010 10010000 1010111 101100

Color Harmonies of #0FD25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD25E

Black with #0FD25E

Text Example


Text Example

White with #0FD25E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,210,94); }

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

background-color css

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

 a { background-color: rgb(15,210,94); }

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

border-color css

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

 span { border-color: rgb(15,210,94); }

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