Html Css Color HEX #0FD245 Malachite

📋 copy color: '#0FD245'

red 15 ◦ green 210 ◦ blue 69

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

Shades of Malachite #0FD245

Tints of Malachite #0FD245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.47%

R = 5.1%
G = 71.43%
B = 23.47%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#0FD245 (or 0x0FD245) is known color: Malachite. HEX triplet: 0F, D2 and 45. RGB value is (15,210,69). Sum of RGB (Red+Green+Blue) = 15+210+69=294 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.10% from 294); Green value is 210 (82.42% from 255 or 71.43% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 210 - color contains mainly: green. Hex color #0FD245 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD245 is #F02DBA. Grayscale: #878787. Windows color (decimal): -15740347 or 4575759. OLE color: 4575759.

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

Color convert

RGB 15 210 69 -
CMYK 0.93 0 0.67 0.18
HSL 136.62º 0.87% 0.44% -
HSV(B) 136.62º 0.93% 0.82% -
XYZ 24.32 46.62 13.35 -
YUV 135.62 90.4 41.96 -
System Red Green Blue C M Y K H S L
Decimal 15 210 69 0.93 0 0.67 0.18 136.62 0.87 0.44
Hex F D2 45 5D 0 43 12 89 57 2C
Octal 17 322 105 135 0 103 22 211 127 54
Binary 1111 11010010 1000101 1011101 0 1000011 10010 10001001 1010111 101100

Color Harmonies of #0FD245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD245

Black with #0FD245

Text Example


Text Example

White with #0FD245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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