Html Css Color HEX #0FF13B Malachite

📋 copy color: '#0FF13B'

red 15 ◦ green 241 ◦ blue 59

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

Shades of Malachite #0FF13B

Tints of Malachite #0FF13B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 76.51%

 BLUE value IS 59 (23.44% from 255) = 18.73%

R = 4.76%
G = 76.51%
B = 18.73%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#0FF13B (or 0x0FF13B) is known color: Malachite. HEX triplet: 0F, F1 and 3B. RGB value is (15,241,59). Sum of RGB (Red+Green+Blue) = 15+241+59=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 241 (94.53% from 255 or 76.51% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 241 - color contains mainly: green. Hex color #0FF13B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF13B is #F00EC4. Grayscale: #999999. Windows color (decimal): -15732421 or 3928335. OLE color: 3928335.

HSL color Cylindrical-coordinate representation of color #0FF13B: hue angle of 131.68º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF13B is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 15 241 59 -
CMYK 0.94 0 0.76 0.05
HSL 131.68º 0.89% 0.5% -
HSV(B) 131.68º 0.94% 0.95% -
XYZ 32.44 63.33 14.65 -
YUV 152.68 75.13 29.8 -
System Red Green Blue C M Y K H S L
Decimal 15 241 59 0.94 0 0.76 0.05 131.68 0.89 0.5
Hex F F1 3B 5E 0 4C 5 84 59 32
Octal 17 361 73 136 0 114 5 204 131 62
Binary 1111 11110001 111011 1011110 0 1001100 101 10000100 1011001 110010

Color Harmonies of #0FF13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF13B

Black with #0FF13B

Text Example


Text Example

White with #0FF13B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,241,59); }

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

background-color css

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

 a { background-color: rgb(15,241,59); }

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

border-color css

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

 span { border-color: rgb(15,241,59); }

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