#0CC92B

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

Shades of Dark Pastel Green #0CC92B

Tints of Dark Pastel Green #0CC92B

Color information

#0CC92B (or 0x0CC92B) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, C9 and 2B. RGB value is (12,201,43). Sum of RGB (Red+Green+Blue) = 12+201+43=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 201 (78.91% from 255 or 78.52% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC92B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC92B is #F336D4. Grayscale: #7E7E7E. Windows color (decimal): -15939285 or 2869516. OLE color: 2869516.

HSL color Cylindrical-coordinate representation of color #0CC92B: hue angle of 129.84º 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 #0CC92B is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB1220143-
CMYK0.9400.790.21
HSL129.84º88.73%41.76%-
HSV(B)129.84º94.03%78.82%-
XYZ21.4742.039.27-
YUV126.4880.8846.35-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.69%
GREEN value IS 201 (78.91% from 255) = 78.52%
BLUE value IS 43 (17.19% from 255) = 16.80%
R=4.69%
G=78.52%
B=16.80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal12201430.9400.790.21129.8488.7341.76
HexCC92B5E04F1582592a
Octal143115313601172520213152
Binary11001100100110101110111100100111110101100000101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC92B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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