#0CA841

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

Shades of Pigment Green #0CA841

Tints of Pigment Green #0CA841

Color information

#0CA841 (or 0x0CA841) is unknown color: approx Pigment Green. HEX triplet: 0C, A8 and 41. RGB value is (12,168,65). Sum of RGB (Red+Green+Blue) = 12+168+65=245 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.90% from 245); Green value is 168 (66.02% from 255 or 68.57% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 168 - color contains mainly: green. Hex color #0CA841 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA841 is #F357BE. Grayscale: #6D6D6D. Windows color (decimal): -15947711 or 4302860. OLE color: 4302860.

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

Color convert

RGB1216865-
CMYK0.9300.610.34
HSL140.38º86.67%35.29%-
HSV(B)140.38º92.86%65.88%-
XYZ15.1128.479.7-
YUV109.61102.8258.38-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.90%
GREEN value IS 168 (66.02% from 255) = 68.57%
BLUE value IS 65 (25.78% from 255) = 26.53%
R=4.90%
G=68.57%
B=26.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal12168650.9300.610.34140.3886.6735.29
HexCA8415D03D228c5723
Octal142501011350754221412743
Binary110010101000100000110111010111101100010100011001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,168,65); }

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

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

 a { background-color: rgb(12,168,65); }

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

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

 span { border-color: rgb(12,168,65); }

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