Html Css Color HEX #0FFD3F Malachite

📋 copy color: '#0FFD3F'

red 15 ◦ green 253 ◦ blue 63

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

Shades of Malachite #0FFD3F

Tints of Malachite #0FFD3F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 76.44%

 BLUE value IS 63 (25% from 255) = 19.03%

R = 4.53%
G = 76.44%
B = 19.03%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#0FFD3F (or 0x0FFD3F) is known color: Malachite. HEX triplet: 0F, FD and 3F. RGB value is (15,253,63). Sum of RGB (Red+Green+Blue) = 15+253+63=331 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.53% from 331); Green value is 253 (99.22% from 255 or 76.44% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFD3F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFD3F is #F002C0. Grayscale: #A0A0A0. Windows color (decimal): -15729345 or 4193551. OLE color: 4193551.

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

Color convert

RGB 15 253 63 -
CMYK 0.94 0 0.75 0.01
HSL 132.1º 0.98% 0.53% -
HSV(B) 132.1º 0.94% 0.99% -
XYZ 36.22 70.71 16.44 -
YUV 160.18 73.15 24.45 -
System Red Green Blue C M Y K H S L
Decimal 15 253 63 0.94 0 0.75 0.01 132.1 0.98 0.53
Hex F FD 3F 5E 0 4B 1 84 62 35
Octal 17 375 77 136 0 113 1 204 142 65
Binary 1111 11111101 111111 1011110 0 1001011 1 10000100 1100010 110101

Color Harmonies of #0FFD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFD3F

Black with #0FFD3F

Text Example


Text Example

White with #0FFD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,253,63); }

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

background-color css

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

 a { background-color: rgb(15,253,63); }

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

border-color css

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

 span { border-color: rgb(15,253,63); }

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