#00C11F

Color #00C11F Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #00C11F

Tints of Dark Pastel Green #00C11F

Color information

#00C11F (or 0x00C11F) is unknown color: approx Dark Pastel Green. HEX triplet: 00, C1 and 1F. RGB value is (0,193,31). Sum of RGB (Red+Green+Blue) = 0+193+31=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 193 (75.78% from 255 or 86.16% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 193 - color contains mainly: green. Hex color #00C11F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C11F is #FF3EE0. Grayscale: #757575. Windows color (decimal): -16727777 or 2081024. OLE color: 2081024.

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

Color convert

RGB019331-
CMYK100.840.24
HSL129.64º100%37.84%-
HSV(B)129.64º100%75.69%-
XYZ19.3238.247.66-
YUV116.8279.5644.67-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 193 (75.78% from 255) = 86.16%
BLUE value IS 31 (12.5% from 255) = 13.84%
R=0%
G=86.16%
B=13.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal019331100.840.24129.6410037.84
Hex0C11F6405418826426
Octal03013714401243020214446
Binary0110000011111111001000101010011000100000101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C11F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00C11F;
 }
 .AnyTagClassName
 {
   color: #00C11F;
 }
</style>
background-color css

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

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

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

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

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

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