#0CA643

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

Shades of Pigment Green #0CA643

Tints of Pigment Green #0CA643

Color information

#0CA643 (or 0x0CA643) is unknown color: approx Pigment Green. HEX triplet: 0C, A6 and 43. RGB value is (12,166,67). Sum of RGB (Red+Green+Blue) = 12+166+67=245 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.90% from 245); Green value is 166 (65.23% from 255 or 67.76% from 245); Blue value is 67 (26.56% from 255 or 27.35% from 245); Max value from RGB is 166 - color contains mainly: green. Hex color #0CA643 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA643 is #F359BC. Grayscale: #6C6C6C. Windows color (decimal): -15948221 or 4433420. OLE color: 4433420.

HSL color Cylindrical-coordinate representation of color #0CA643: hue angle of 141.43º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA643 is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB1216667-
CMYK0.9300.600.35
HSL141.43º86.52%34.9%-
HSV(B)141.43º92.77%65.1%-
XYZ14.827.769.89-
YUV108.67104.4859.05-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.90%
GREEN value IS 166 (65.23% from 255) = 67.76%
BLUE value IS 67 (26.56% from 255) = 27.35%
R=4.90%
G=67.76%
B=27.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12166670.9300.600.35141.4386.5234.9
HexCA6435D03C238d5723
Octal142461031350744321512743
Binary110010100110100001110111010111100100011100011011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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