#0CC91A

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

Shades of Dark Pastel Green #0CC91A

Tints of Dark Pastel Green #0CC91A

Color information

#0CC91A (or 0x0CC91A) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, C9 and 1A. RGB value is (12,201,26). Sum of RGB (Red+Green+Blue) = 12+201+26=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 201 (78.91% from 255 or 84.10% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC91A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC91A is #F336E5. Grayscale: #7D7D7D. Windows color (decimal): -15939302 or 1755404. OLE color: 1755404.

HSL color Cylindrical-coordinate representation of color #0CC91A: hue angle of 124.44º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC91A is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB1220126-
CMYK0.9400.870.21
HSL124.44º88.73%41.76%-
HSV(B)124.44º94.03%78.82%-
XYZ21.2241.937.95-
YUV124.5472.3847.73-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.02%
GREEN value IS 201 (78.91% from 255) = 84.10%
BLUE value IS 26 (10.55% from 255) = 10.88%
R=5.02%
G=84.10%
B=10.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal12201260.9400.870.21124.4488.7341.76
HexCC91A5E057157c592a
Octal143113213601272517413152
Binary110011001001110101011110010101111010111111001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC91A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CC91A; }

 p { color: rgb(12,201,26); }

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

<style>
 a { background-color: #0CC91A; }

 a { background-color: rgb(12,201,26); }

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

<style>
 span { border-color: #0CC91A; }

 span { border-color: rgb(12,201,26); }

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