#0ca348

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

Shades of Pigment Green #0CA348

Tints of Pigment Green #0CA348

Color information

#0CA348 (or 0x0CA348) is unknown color: approx Pigment Green. HEX triplet: 0C, A3 and 48. RGB value is (12,163,72). Sum of RGB (Red+Green+Blue) = 12+163+72=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 163 (64.06% from 255 or 65.99% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 163 - color contains mainly: green. Hex color #0CA348 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA348 is #F35CB7. Grayscale: #6B6B6B. Windows color (decimal): -15948984 or 4760332. OLE color: 4760332.

HSL color Cylindrical-coordinate representation of color #0CA348: hue angle of 143.84º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA348 is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB1216372-
CMYK0.9300.560.36
HSL143.84º86.29%34.31%-
HSV(B)143.84º92.64%63.92%-
XYZ14.4226.7410.53-
YUV107.48107.9759.9-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.86%
GREEN value IS 163 (64.06% from 255) = 65.99%
BLUE value IS 72 (28.52% from 255) = 29.15%
R=4.86%
G=65.99%
B=29.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12163720.9300.560.36143.8486.2934.31
HexCA3485D03824905622
Octal142431101350704422012642
Binary110010100011100100010111010111000100100100100001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ca348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,163,72); }

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

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

 a { background-color: rgb(12,163,72); }

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

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

 span { border-color: rgb(12,163,72); }

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