Html Css Color HEX #0FCC48 Malachite

📋 copy color: '#0FCC48'

red 15 ◦ green 204 ◦ blue 72

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

Shades of Malachite #0FCC48

Tints of Malachite #0FCC48

RGB

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

 GREEN value IS 204 (80.08% from 255) = 70.1%

 BLUE value IS 72 (28.52% from 255) = 24.74%

R = 5.15%
G = 70.1%
B = 24.74%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#0FCC48 (or 0x0FCC48) is known color: Malachite. HEX triplet: 0F, CC and 48. RGB value is (15,204,72). Sum of RGB (Red+Green+Blue) = 15+204+72=291 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.15% from 291); Green value is 204 (80.08% from 255 or 70.10% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 204 - color contains mainly: green. Hex color #0FCC48 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCC48 is #F033B7. Grayscale: #848484. Windows color (decimal): -15741880 or 4770831. OLE color: 4770831.

HSL color Cylindrical-coordinate representation of color #0FCC48: hue angle of 138.1º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCC48 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 15 204 72 -
CMYK 0.93 0 0.65 0.2
HSL 138.1º 0.86% 0.43% -
HSV(B) 138.1º 0.93% 0.8% -
XYZ 22.96 43.76 13.37 -
YUV 132.44 93.88 44.23 -
System Red Green Blue C M Y K H S L
Decimal 15 204 72 0.93 0 0.65 0.2 138.1 0.86 0.43
Hex F CC 48 5D 0 41 14 8A 56 2B
Octal 17 314 110 135 0 101 24 212 126 53
Binary 1111 11001100 1001000 1011101 0 1000001 10100 10001010 1010110 101011

Color Harmonies of #0FCC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCC48

Black with #0FCC48

Text Example


Text Example

White with #0FCC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,204,72); }

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

background-color css

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

 a { background-color: rgb(15,204,72); }

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

border-color css

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

 span { border-color: rgb(15,204,72); }

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