Html Css Color HEX #0FFE3C Malachite

📋 copy color: '#0FFE3C'

red 15 ◦ green 254 ◦ blue 60

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

Shades of Malachite #0FFE3C

Tints of Malachite #0FFE3C

RGB

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

 GREEN value IS 254 (99.61% from 255) = 77.2%

 BLUE value IS 60 (23.83% from 255) = 18.24%

R = 4.56%
G = 77.2%
B = 18.24%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#0FFE3C (or 0x0FFE3C) is known color: Malachite. HEX triplet: 0F, FE and 3C. RGB value is (15,254,60). Sum of RGB (Red+Green+Blue) = 15+254+60=329 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.56% from 329); Green value is 254 (99.61% from 255 or 77.20% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 254 - color contains mainly: green. Hex color #0FFE3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFE3C is #F001C3. Grayscale: #A0A0A0. Windows color (decimal): -15729092 or 3997199. OLE color: 3997199.

HSL color Cylindrical-coordinate representation of color #0FFE3C: hue angle of 131.3º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFE3C is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.

Color convert

RGB 15 254 60 -
CMYK 0.94 0 0.76 0.00
HSL 131.3º 0.99% 0.53% -
HSV(B) 131.3º 0.94% 1% -
XYZ 36.45 71.31 16.12 -
YUV 160.42 71.32 24.27 -
System Red Green Blue C M Y K H S L
Decimal 15 254 60 0.94 0 0.76 0.00 131.3 0.99 0.53
Hex F FE 3C 5E 0 4C 0 83 63 35
Octal 17 376 74 136 0 114 0 203 143 65
Binary 1111 11111110 111100 1011110 0 1001100 0 10000011 1100011 110101

Color Harmonies of #0FFE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFE3C

Black with #0FFE3C

Text Example


Text Example

White with #0FFE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,254,60); }

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

background-color css

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

 a { background-color: rgb(15,254,60); }

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

border-color css

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

 span { border-color: rgb(15,254,60); }

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