Html Css Color HEX #0FFC41 Malachite

📋 copy color: '#0FFC41'

red 15 ◦ green 252 ◦ blue 65

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

Shades of Malachite #0FFC41

Tints of Malachite #0FFC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.58%

R = 4.52%
G = 75.9%
B = 19.58%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#0FFC41 (or 0x0FFC41) is known color: Malachite. HEX triplet: 0F, FC and 41. RGB value is (15,252,65). Sum of RGB (Red+Green+Blue) = 15+252+65=332 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.52% from 332); Green value is 252 (98.83% from 255 or 75.90% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFC41 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFC41 is #F003BE. Grayscale: #A0A0A0. Windows color (decimal): -15729599 or 4324367. OLE color: 4324367.

HSL color Cylindrical-coordinate representation of color #0FFC41: hue angle of 132.66º 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 #0FFC41 is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 15 252 65 -
CMYK 0.94 0 0.74 0.01
HSL 132.66º 0.98% 0.52% -
HSV(B) 132.66º 0.94% 0.99% -
XYZ 35.96 70.1 16.64 -
YUV 159.82 74.48 24.71 -
System Red Green Blue C M Y K H S L
Decimal 15 252 65 0.94 0 0.74 0.01 132.66 0.98 0.52
Hex F FC 41 5E 0 4A 1 85 62 34
Octal 17 374 101 136 0 112 1 205 142 64
Binary 1111 11111100 1000001 1011110 0 1001010 1 10000101 1100010 110100

Color Harmonies of #0FFC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFC41

Black with #0FFC41

Text Example


Text Example

White with #0FFC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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