Html Css Color HEX #0FE230 Malachite

📋 copy color: '#0FE230'

red 15 ◦ green 226 ◦ blue 48

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

Shades of Malachite #0FE230

Tints of Malachite #0FE230

RGB

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

 GREEN value IS 226 (88.67% from 255) = 78.2%

 BLUE value IS 48 (19.14% from 255) = 16.61%

R = 5.19%
G = 78.2%
B = 16.61%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#0FE230 (or 0x0FE230) is known color: Malachite. HEX triplet: 0F, E2 and 30. RGB value is (15,226,48). Sum of RGB (Red+Green+Blue) = 15+226+48=289 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.19% from 289); Green value is 226 (88.67% from 255 or 78.20% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 226 - color contains mainly: green. Hex color #0FE230 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE230 is #F01DCF. Grayscale: #8F8F8F. Windows color (decimal): -15736272 or 3203599. OLE color: 3203599.

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

Color convert

RGB 15 226 48 -
CMYK 0.93 0 0.79 0.11
HSL 129.38º 0.88% 0.47% -
HSV(B) 129.38º 0.93% 0.89% -
XYZ 27.93 54.71 11.88 -
YUV 142.62 74.6 36.97 -
System Red Green Blue C M Y K H S L
Decimal 15 226 48 0.93 0 0.79 0.11 129.38 0.88 0.47
Hex F E2 30 5D 0 4F B 81 58 2F
Octal 17 342 60 135 0 117 13 201 130 57
Binary 1111 11100010 110000 1011101 0 1001111 1011 10000001 1011000 101111

Color Harmonies of #0FE230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE230

Black with #0FE230

Text Example


Text Example

White with #0FE230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,226,48); }

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

background-color css

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

 a { background-color: rgb(15,226,48); }

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

border-color css

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

 span { border-color: rgb(15,226,48); }

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