Html Css Color HEX #00C127 Dark Pastel Green

📋 copy color: '#00C127'

red 0 ◦ green 193 ◦ blue 39

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

Shades of Dark Pastel Green #00C127

Tints of Dark Pastel Green #00C127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.81%

R = 0%
G = 83.19%
B = 16.81%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#00C127 (or 0x00C127) is known color: Dark Pastel Green. HEX triplet: 00, C1 and 27. RGB value is (0,193,39). Sum of RGB (Red+Green+Blue) = 0+193+39=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 193 (75.78% from 255 or 83.19% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 193 - color contains mainly: green. Hex color #00C127 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C127 is #FF3ED8. Grayscale: #767676. Windows color (decimal): -16727769 or 2605312. OLE color: 2605312.

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

Color convert

RGB 0 193 39 -
CMYK 1 0 0.80 0.24
HSL 132.12º 1% 0.38% -
HSV(B) 132.12º 1% 0.76% -
XYZ 19.44 38.29 8.29 -
YUV 117.74 83.56 44.02 -
System Red Green Blue C M Y K H S L
Decimal 0 193 39 1 0 0.80 0.24 132.12 1 0.38
Hex 0 C1 27 64 0 50 18 84 64 26
Octal 0 301 47 144 0 120 30 204 144 46
Binary 0 11000001 100111 1100100 0 1010000 11000 10000100 1100100 100110

Color Harmonies of #00C127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C127

Black with #00C127

Text Example


Text Example

White with #00C127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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