#0CA546

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

Shades of Pigment Green #0CA546

Tints of Pigment Green #0CA546

Color information

#0CA546 (or 0x0CA546) is unknown color: approx Pigment Green. HEX triplet: 0C, A5 and 46. RGB value is (12,165,70). Sum of RGB (Red+Green+Blue) = 12+165+70=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 165 (64.84% from 255 or 66.80% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 165 - color contains mainly: green. Hex color #0CA546 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA546 is #F35AB9. Grayscale: #6C6C6C. Windows color (decimal): -15948474 or 4629772. OLE color: 4629772.

HSL color Cylindrical-coordinate representation of color #0CA546: hue angle of 142.75º degrees, saturation: 0.86, 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 #0CA546 is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB1216570-
CMYK0.9300.580.35
HSL142.75º86.44%34.71%-
HSV(B)142.75º92.73%64.71%-
XYZ14.7127.4310.31-
YUV108.42106.3159.22-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.86%
GREEN value IS 165 (64.84% from 255) = 66.80%
BLUE value IS 70 (27.73% from 255) = 28.34%
R=4.86%
G=66.80%
B=28.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12165700.9300.580.35142.7586.4434.71
HexCA5465D03A238f5623
Octal142451061350724321712643
Binary110010100101100011010111010111010100011100011111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,165,70); }

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

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

 a { background-color: rgb(12,165,70); }

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

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

 span { border-color: rgb(12,165,70); }

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