Html Css Color HEX #0FFD40 Malachite

📋 copy color: '#0FFD40'

red 15 ◦ green 253 ◦ blue 64

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

Shades of Malachite #0FFD40

Tints of Malachite #0FFD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.28%

R = 4.52%
G = 76.2%
B = 19.28%

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

#0FFD40 (or 0x0FFD40) is known color: Malachite. HEX triplet: 0F, FD and 40. RGB value is (15,253,64). Sum of RGB (Red+Green+Blue) = 15+253+64=332 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.52% from 332); Green value is 253 (99.22% from 255 or 76.20% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFD40 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFD40 is #F002BF. Grayscale: #A0A0A0. Windows color (decimal): -15729344 or 4259087. OLE color: 4259087.

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

Color convert

RGB 15 253 64 -
CMYK 0.94 0 0.75 0.01
HSL 132.35º 0.98% 0.53% -
HSV(B) 132.35º 0.94% 0.99% -
XYZ 36.25 70.72 16.59 -
YUV 160.29 73.65 24.37 -
System Red Green Blue C M Y K H S L
Decimal 15 253 64 0.94 0 0.75 0.01 132.35 0.98 0.53
Hex F FD 40 5E 0 4B 1 84 62 35
Octal 17 375 100 136 0 113 1 204 142 65
Binary 1111 11111101 1000000 1011110 0 1001011 1 10000100 1100010 110101

Color Harmonies of #0FFD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFD40

Black with #0FFD40

Text Example


Text Example

White with #0FFD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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