Html Css Color HEX #0FF35B Malachite

📋 copy color: '#0FF35B'

red 15 ◦ green 243 ◦ blue 91

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

Shades of Malachite #0FF35B

Tints of Malachite #0FF35B

RGB

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

 GREEN value IS 243 (95.31% from 255) = 69.63%

 BLUE value IS 91 (35.94% from 255) = 26.07%

R = 4.3%
G = 69.63%
B = 26.07%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#0FF35B (or 0x0FF35B) is known color: Malachite. HEX triplet: 0F, F3 and 5B. RGB value is (15,243,91). Sum of RGB (Red+Green+Blue) = 15+243+91=349 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.30% from 349); Green value is 243 (95.31% from 255 or 69.63% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 243 - color contains mainly: green. Hex color #0FF35B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF35B is #F00CA4. Grayscale: #9D9D9D. Windows color (decimal): -15731877 or 6025999. OLE color: 6025999.

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

Color convert

RGB 15 243 91 -
CMYK 0.94 0 0.63 0.05
HSL 140º 0.9% 0.51% -
HSV(B) 140º 0.94% 0.95% -
XYZ 34.14 64.96 20.64 -
YUV 157.5 90.46 26.36 -
System Red Green Blue C M Y K H S L
Decimal 15 243 91 0.94 0 0.63 0.05 140 0.9 0.51
Hex F F3 5B 5E 0 3F 5 8C 5A 33
Octal 17 363 133 136 0 77 5 214 132 63
Binary 1111 11110011 1011011 1011110 0 111111 101 10001100 1011010 110011

Color Harmonies of #0FF35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF35B

Black with #0FF35B

Text Example


Text Example

White with #0FF35B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,243,91); }

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

background-color css

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

 a { background-color: rgb(15,243,91); }

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

border-color css

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

 span { border-color: rgb(15,243,91); }

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