Html Css Color HEX #0FFC4B Malachite

📋 copy color: '#0FFC4B'

red 15 ◦ green 252 ◦ blue 75

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

Shades of Malachite #0FFC4B

Tints of Malachite #0FFC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.93%

R = 4.39%
G = 73.68%
B = 21.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#0FFC4B (or 0x0FFC4B) is known color: Malachite. HEX triplet: 0F, FC and 4B. RGB value is (15,252,75). Sum of RGB (Red+Green+Blue) = 15+252+75=342 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.39% from 342); Green value is 252 (98.83% from 255 or 73.68% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFC4B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFC4B is #F003B4. Grayscale: #A1A1A1. Windows color (decimal): -15729589 or 4979727. OLE color: 4979727.

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

Color convert

RGB 15 252 75 -
CMYK 0.94 0 0.70 0.01
HSL 135.19º 0.98% 0.52% -
HSV(B) 135.19º 0.94% 0.99% -
XYZ 36.28 70.23 18.3 -
YUV 160.96 79.48 23.89 -
System Red Green Blue C M Y K H S L
Decimal 15 252 75 0.94 0 0.70 0.01 135.19 0.98 0.52
Hex F FC 4B 5E 0 46 1 87 62 34
Octal 17 374 113 136 0 106 1 207 142 64
Binary 1111 11111100 1001011 1011110 0 1000110 1 10000111 1100010 110100

Color Harmonies of #0FFC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFC4B

Black with #0FFC4B

Text Example


Text Example

White with #0FFC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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