Html Css Color HEX #0FE16C Malachite

📋 copy color: '#0FE16C'

red 15 ◦ green 225 ◦ blue 108

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

Shades of Malachite #0FE16C

Tints of Malachite #0FE16C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 64.66%

 BLUE value IS 108 (42.58% from 255) = 31.03%

R = 4.31%
G = 64.66%
B = 31.03%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#0FE16C (or 0x0FE16C) is known color: Malachite. HEX triplet: 0F, E1 and 6C. RGB value is (15,225,108). Sum of RGB (Red+Green+Blue) = 15+225+108=348 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.31% from 348); Green value is 225 (88.28% from 255 or 64.66% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE16C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE16C is #F01E93. Grayscale: #959595. Windows color (decimal): -15736468 or 7135503. OLE color: 7135503.

HSL color Cylindrical-coordinate representation of color #0FE16C: hue angle of 146.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE16C is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 15 225 108 -
CMYK 0.93 0 0.52 0.12
HSL 146.57º 0.88% 0.47% -
HSV(B) 146.57º 0.93% 0.88% -
XYZ 29.83 55.03 23.24 -
YUV 148.87 104.93 32.51 -
System Red Green Blue C M Y K H S L
Decimal 15 225 108 0.93 0 0.52 0.12 146.57 0.88 0.47
Hex F E1 6C 5D 0 34 C 93 58 2F
Octal 17 341 154 135 0 64 14 223 130 57
Binary 1111 11100001 1101100 1011101 0 110100 1100 10010011 1011000 101111

Color Harmonies of #0FE16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE16C

Black with #0FE16C

Text Example


Text Example

White with #0FE16C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,225,108); }

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

background-color css

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

 a { background-color: rgb(15,225,108); }

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

border-color css

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

 span { border-color: rgb(15,225,108); }

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