Html Css Color HEX #00C25B Malachite

📋 copy color: '#00C25B'

red 0 ◦ green 194 ◦ blue 91

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

Shades of Malachite #00C25B

Tints of Malachite #00C25B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 68.07%

 BLUE value IS 91 (35.94% from 255) = 31.93%

R = 0%
G = 68.07%
B = 31.93%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#00C25B (or 0x00C25B) is known color: Malachite. HEX triplet: 00, C2 and 5B. RGB value is (0,194,91). Sum of RGB (Red+Green+Blue) = 0+194+91=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 194 (76.17% from 255 or 68.07% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 194 - color contains mainly: green. Hex color #00C25B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C25B is #FF3DA4. Grayscale: #7C7C7C. Windows color (decimal): -16727461 or 6013440. OLE color: 6013440.

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

Color convert

RGB 0 194 91 -
CMYK 1 0 0.53 0.24
HSL 148.14º 1% 0.38% -
HSV(B) 148.14º 1% 0.76% -
XYZ 21.18 39.34 16.37 -
YUV 124.25 109.23 39.38 -
System Red Green Blue C M Y K H S L
Decimal 0 194 91 1 0 0.53 0.24 148.14 1 0.38
Hex 0 C2 5B 64 0 35 18 94 64 26
Octal 0 302 133 144 0 65 30 224 144 46
Binary 0 11000010 1011011 1100100 0 110101 11000 10010100 1100100 100110

Color Harmonies of #00C25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C25B

Black with #00C25B

Text Example


Text Example

White with #00C25B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,194,91); }

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

background-color css

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

 a { background-color: rgb(0,194,91); }

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

border-color css

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

 span { border-color: rgb(0,194,91); }

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