Html Css Color HEX #00F258 Malachite

📋 copy color: '#00F258'

red 0 ◦ green 242 ◦ blue 88

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

Shades of Malachite #00F258

Tints of Malachite #00F258

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 88 (34.77% from 255) = 26.67%

R = 0%
G = 73.33%
B = 26.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#00F258 (or 0x00F258) is known color: Malachite. HEX triplet: 00, F2 and 58. RGB value is (0,242,88). Sum of RGB (Red+Green+Blue) = 0+242+88=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 242 (94.92% from 255 or 73.33% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 242 - color contains mainly: green. Hex color #00F258 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00F258 is #FF0DA7. Grayscale: #989898. Windows color (decimal): -16715176 or 5829120. OLE color: 5829120.

HSL color Cylindrical-coordinate representation of color #00F258: hue angle of 141.82º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F258 is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 0 242 88 -
CMYK 1 0 0.64 0.05
HSL 141.82º 1% 0.47% -
HSV(B) 141.82º 1% 0.95% -
XYZ 33.51 64.21 19.86 -
YUV 152.09 91.83 19.52 -
System Red Green Blue C M Y K H S L
Decimal 0 242 88 1 0 0.64 0.05 141.82 1 0.47
Hex 0 F2 58 64 0 40 5 8E 64 2F
Octal 0 362 130 144 0 100 5 216 144 57
Binary 0 11110010 1011000 1100100 0 1000000 101 10001110 1100100 101111

Color Harmonies of #00F258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00F258

Black with #00F258

Text Example


Text Example

White with #00F258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00F258; }

 p { color: rgb(0,242,88); }

 H1.HeaderClassName
 {
   color: #00F258;
 }
 .AnyTagClassName
 {
   color: #00F258;
 }
</style>

background-color css

<style>
 a { background-color: #00F258; }

 a { background-color: rgb(0,242,88); }

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

border-color css

<style>
 span { border-color: #00F258; }

 span { border-color: rgb(0,242,88); }

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