Html Css Color HEX #00C13F Dark Pastel Green

📋 copy color: '#00C13F'

red 0 ◦ green 193 ◦ blue 63

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

Shades of Dark Pastel Green #00C13F

Tints of Dark Pastel Green #00C13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.61%

R = 0%
G = 75.39%
B = 24.61%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#00C13F (or 0x00C13F) is known color: Dark Pastel Green. HEX triplet: 00, C1 and 3F. RGB value is (0,193,63). Sum of RGB (Red+Green+Blue) = 0+193+63=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 193 (75.78% from 255 or 75.39% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 193 - color contains mainly: green. Hex color #00C13F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C13F is #FF3EC0. Grayscale: #787878. Windows color (decimal): -16727745 or 4178176. OLE color: 4178176.

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

Color convert

RGB 0 193 63 -
CMYK 1 0 0.67 0.24
HSL 139.59º 1% 0.38% -
HSV(B) 139.59º 1% 0.76% -
XYZ 19.97 38.5 11.08 -
YUV 120.47 95.56 42.07 -
System Red Green Blue C M Y K H S L
Decimal 0 193 63 1 0 0.67 0.24 139.59 1 0.38
Hex 0 C1 3F 64 0 43 18 8C 64 26
Octal 0 301 77 144 0 103 30 214 144 46
Binary 0 11000001 111111 1100100 0 1000011 11000 10001100 1100100 100110

Color Harmonies of #00C13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C13F

Black with #00C13F

Text Example


Text Example

White with #00C13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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