Html Css Color HEX #00C128 Dark Pastel Green

📋 copy color: '#00C128'

red 0 ◦ green 193 ◦ blue 40

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

Shades of Dark Pastel Green #00C128

Tints of Dark Pastel Green #00C128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.17%

R = 0%
G = 82.83%
B = 17.17%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#00C128 (or 0x00C128) is known color: Dark Pastel Green. HEX triplet: 00, C1 and 28. RGB value is (0,193,40). Sum of RGB (Red+Green+Blue) = 0+193+40=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 193 (75.78% from 255 or 82.83% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 193 - color contains mainly: green. Hex color #00C128 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C128 is #FF3ED7. Grayscale: #767676. Windows color (decimal): -16727768 or 2670848. OLE color: 2670848.

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

Color convert

RGB 0 193 40 -
CMYK 1 0 0.79 0.24
HSL 132.44º 1% 0.38% -
HSV(B) 132.44º 1% 0.76% -
XYZ 19.45 38.29 8.37 -
YUV 117.85 84.06 43.94 -
System Red Green Blue C M Y K H S L
Decimal 0 193 40 1 0 0.79 0.24 132.44 1 0.38
Hex 0 C1 28 64 0 4F 18 84 64 26
Octal 0 301 50 144 0 117 30 204 144 46
Binary 0 11000001 101000 1100100 0 1001111 11000 10000100 1100100 100110

Color Harmonies of #00C128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C128

Black with #00C128

Text Example


Text Example

White with #00C128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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