Html Css Color HEX #0FF84B Malachite

📋 copy color: '#0FF84B'

red 15 ◦ green 248 ◦ blue 75

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

Shades of Malachite #0FF84B

Tints of Malachite #0FF84B

RGB

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

 GREEN value IS 248 (97.27% from 255) = 73.37%

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

R = 4.44%
G = 73.37%
B = 22.19%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#0FF84B (or 0x0FF84B) is known color: Malachite. HEX triplet: 0F, F8 and 4B. RGB value is (15,248,75). Sum of RGB (Red+Green+Blue) = 15+248+75=338 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.44% from 338); Green value is 248 (97.27% from 255 or 73.37% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 248 - color contains mainly: green. Hex color #0FF84B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF84B is #F007B4. Grayscale: #9F9F9F. Windows color (decimal): -15730613 or 4978703. OLE color: 4978703.

HSL color Cylindrical-coordinate representation of color #0FF84B: hue angle of 135.45º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF84B is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 15 248 75 -
CMYK 0.94 0 0.70 0.03
HSL 135.45º 0.94% 0.52% -
HSV(B) 135.45º 0.94% 0.97% -
XYZ 35.03 67.74 17.89 -
YUV 158.61 80.81 25.57 -
System Red Green Blue C M Y K H S L
Decimal 15 248 75 0.94 0 0.70 0.03 135.45 0.94 0.52
Hex F F8 4B 5E 0 46 3 87 5E 34
Octal 17 370 113 136 0 106 3 207 136 64
Binary 1111 11111000 1001011 1011110 0 1000110 11 10000111 1011110 110100

Color Harmonies of #0FF84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF84B

Black with #0FF84B

Text Example


Text Example

White with #0FF84B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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