Html Css Color HEX #00C158 Pigment Green

📋 copy color: '#00C158'

red 0 ◦ green 193 ◦ blue 88

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

Shades of Pigment Green #00C158

Tints of Pigment Green #00C158

RGB

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

 GREEN value IS 193 (75.78% from 255) = 68.68%

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

R = 0%
G = 68.68%
B = 31.32%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#00C158 (or 0x00C158) is known color: Pigment Green. HEX triplet: 00, C1 and 58. RGB value is (0,193,88). Sum of RGB (Red+Green+Blue) = 0+193+88=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 193 (75.78% from 255 or 68.68% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 193 - color contains mainly: green. Hex color #00C158 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C158 is #FF3EA7. Grayscale: #7B7B7B. Windows color (decimal): -16727720 or 5816576. OLE color: 5816576.

HSL color Cylindrical-coordinate representation of color #00C158: hue angle of 147.36º 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 #00C158 is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 0 193 88 -
CMYK 1 0 0.54 0.24
HSL 147.36º 1% 0.38% -
HSV(B) 147.36º 1% 0.76% -
XYZ 20.83 38.84 15.63 -
YUV 123.32 108.06 40.04 -
System Red Green Blue C M Y K H S L
Decimal 0 193 88 1 0 0.54 0.24 147.36 1 0.38
Hex 0 C1 58 64 0 36 18 93 64 26
Octal 0 301 130 144 0 66 30 223 144 46
Binary 0 11000001 1011000 1100100 0 110110 11000 10010011 1100100 100110

Color Harmonies of #00C158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C158

Black with #00C158

Text Example


Text Example

White with #00C158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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