Html Css Color HEX #0FF254 Malachite

📋 copy color: '#0FF254'

red 15 ◦ green 242 ◦ blue 84

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

Shades of Malachite #0FF254

Tints of Malachite #0FF254

RGB

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

 GREEN value IS 242 (94.92% from 255) = 70.97%

 BLUE value IS 84 (33.2% from 255) = 24.63%

R = 4.4%
G = 70.97%
B = 24.63%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#0FF254 (or 0x0FF254) is known color: Malachite. HEX triplet: 0F, F2 and 54. RGB value is (15,242,84). Sum of RGB (Red+Green+Blue) = 15+242+84=341 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.40% from 341); Green value is 242 (94.92% from 255 or 70.97% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 242 - color contains mainly: green. Hex color #0FF254 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF254 is #F00DAB. Grayscale: #9C9C9C. Windows color (decimal): -15732140 or 5566991. OLE color: 5566991.

HSL color Cylindrical-coordinate representation of color #0FF254: hue angle of 138.24º degrees, saturation: 0.9, 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 #0FF254 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 15 242 84 -
CMYK 0.94 0 0.65 0.05
HSL 138.24º 0.9% 0.5% -
HSV(B) 138.24º 0.94% 0.95% -
XYZ 33.55 64.25 19.02 -
YUV 156.12 87.29 27.35 -
System Red Green Blue C M Y K H S L
Decimal 15 242 84 0.94 0 0.65 0.05 138.24 0.9 0.5
Hex F F2 54 5E 0 41 5 8A 5A 32
Octal 17 362 124 136 0 101 5 212 132 62
Binary 1111 11110010 1010100 1011110 0 1000001 101 10001010 1011010 110010

Color Harmonies of #0FF254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF254

Black with #0FF254

Text Example


Text Example

White with #0FF254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,242,84); }

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

background-color css

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

 a { background-color: rgb(15,242,84); }

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

border-color css

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

 span { border-color: rgb(15,242,84); }

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