Html Css Color HEX #0FFC46 Malachite

📋 copy color: '#0FFC46'

red 15 ◦ green 252 ◦ blue 70

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

Shades of Malachite #0FFC46

Tints of Malachite #0FFC46

RGB

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

 GREEN value IS 252 (98.83% from 255) = 74.78%

 BLUE value IS 70 (27.73% from 255) = 20.77%

R = 4.45%
G = 74.78%
B = 20.77%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#0FFC46 (or 0x0FFC46) is known color: Malachite. HEX triplet: 0F, FC and 46. RGB value is (15,252,70). Sum of RGB (Red+Green+Blue) = 15+252+70=337 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.45% from 337); Green value is 252 (98.83% from 255 or 74.78% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFC46 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFC46 is #F003B9. Grayscale: #A0A0A0. Windows color (decimal): -15729594 or 4652047. OLE color: 4652047.

HSL color Cylindrical-coordinate representation of color #0FFC46: hue angle of 133.92º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFC46 is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB 15 252 70 -
CMYK 0.94 0 0.72 0.01
HSL 133.92º 0.98% 0.52% -
HSV(B) 133.92º 0.94% 0.99% -
XYZ 36.11 70.16 17.43 -
YUV 160.39 76.98 24.3 -
System Red Green Blue C M Y K H S L
Decimal 15 252 70 0.94 0 0.72 0.01 133.92 0.98 0.52
Hex F FC 46 5E 0 48 1 86 62 34
Octal 17 374 106 136 0 110 1 206 142 64
Binary 1111 11111100 1000110 1011110 0 1001000 1 10000110 1100010 110100

Color Harmonies of #0FFC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFC46

Black with #0FFC46

Text Example


Text Example

White with #0FFC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,252,70); }

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

background-color css

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

 a { background-color: rgb(15,252,70); }

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

border-color css

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

 span { border-color: rgb(15,252,70); }

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