Html Css Color HEX #0FE14A Malachite

📋 copy color: '#0FE14A'

red 15 ◦ green 225 ◦ blue 74

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

Shades of Malachite #0FE14A

Tints of Malachite #0FE14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.57%

R = 4.78%
G = 71.66%
B = 23.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#0FE14A (or 0x0FE14A) is known color: Malachite. HEX triplet: 0F, E1 and 4A. RGB value is (15,225,74). Sum of RGB (Red+Green+Blue) = 15+225+74=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 225 (88.28% from 255 or 71.66% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE14A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE14A is #F01EB5. Grayscale: #919191. Windows color (decimal): -15736502 or 4907279. OLE color: 4907279.

HSL color Cylindrical-coordinate representation of color #0FE14A: hue angle of 136.86º 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 #0FE14A is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 15 225 74 -
CMYK 0.93 0 0.67 0.12
HSL 136.86º 0.88% 0.47% -
HSV(B) 136.86º 0.93% 0.88% -
XYZ 28.36 54.45 15.49 -
YUV 145 87.93 35.28 -
System Red Green Blue C M Y K H S L
Decimal 15 225 74 0.93 0 0.67 0.12 136.86 0.88 0.47
Hex F E1 4A 5D 0 43 C 89 58 2F
Octal 17 341 112 135 0 103 14 211 130 57
Binary 1111 11100001 1001010 1011101 0 1000011 1100 10001001 1011000 101111

Color Harmonies of #0FE14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE14A

Black with #0FE14A

Text Example


Text Example

White with #0FE14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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