#0CBA43

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

Shades of Dark Pastel Green #0CBA43

Tints of Dark Pastel Green #0CBA43

Color information

#0CBA43 (or 0x0CBA43) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, BA and 43. RGB value is (12,186,67). Sum of RGB (Red+Green+Blue) = 12+186+67=265 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.53% from 265); Green value is 186 (73.05% from 255 or 70.19% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 186 - color contains mainly: green. Hex color #0CBA43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CBA43 is #F345BC. Grayscale: #787878. Windows color (decimal): -15943101 or 4438540. OLE color: 4438540.

HSL color Cylindrical-coordinate representation of color #0CBA43: hue angle of 138.97º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBA43 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB1218667-
CMYK0.9400.640.27
HSL138.97º87.88%38.82%-
HSV(B)138.97º93.55%72.94%-
XYZ18.7235.611.2-
YUV120.4197.8550.68-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.53%
GREEN value IS 186 (73.05% from 255) = 70.19%
BLUE value IS 67 (26.56% from 255) = 25.28%
R=4.53%
G=70.19%
B=25.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12186670.9400.640.27138.9787.8838.82
HexCBA435E0401B8b5827
Octal1427210313601003321313047
Binary110010111010100001110111100100000011011100010111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CBA43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,186,67); }

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

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

 a { background-color: rgb(12,186,67); }

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

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

 span { border-color: rgb(12,186,67); }

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