#0CA748

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

Shades of Pigment Green #0CA748

Tints of Pigment Green #0CA748

Color information

#0CA748 (or 0x0CA748) is unknown color: approx Pigment Green. HEX triplet: 0C, A7 and 48. RGB value is (12,167,72). Sum of RGB (Red+Green+Blue) = 12+167+72=251 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.78% from 251); Green value is 167 (65.62% from 255 or 66.53% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 167 - color contains mainly: green. Hex color #0CA748 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA748 is #F358B7. Grayscale: #6E6E6E. Windows color (decimal): -15947960 or 4761356. OLE color: 4761356.

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

Color convert

RGB1216772-
CMYK0.9300.570.35
HSL143.23º86.59%35.1%-
HSV(B)143.23º92.81%65.49%-
XYZ15.1428.1810.77-
YUV109.82106.6558.22-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.78%
GREEN value IS 167 (65.62% from 255) = 66.53%
BLUE value IS 72 (28.52% from 255) = 28.69%
R=4.78%
G=66.53%
B=28.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12167720.9300.570.35143.2386.5935.1
HexCA7485D039238f5723
Octal142471101350714321712743
Binary110010100111100100010111010111001100011100011111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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