#0CA64E

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

Shades of Pigment Green #0CA64E

Tints of Pigment Green #0CA64E

Color information

#0CA64E (or 0x0CA64E) is unknown color: approx Pigment Green. HEX triplet: 0C, A6 and 4E. RGB value is (12,166,78). Sum of RGB (Red+Green+Blue) = 12+166+78=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 166 (65.23% from 255 or 64.84% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 166 - color contains mainly: green. Hex color #0CA64E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA64E is #F359B1. Grayscale: #6E6E6E. Windows color (decimal): -15948210 or 5154316. OLE color: 5154316.

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

Color convert

RGB1216678-
CMYK0.9300.530.35
HSL145.71º86.52%34.9%-
HSV(B)145.71º92.77%65.1%-
XYZ15.1627.911.79-
YUV109.92109.9858.16-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.69%
GREEN value IS 166 (65.23% from 255) = 64.84%
BLUE value IS 78 (30.86% from 255) = 30.47%
R=4.69%
G=64.84%
B=30.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12166780.9300.530.35145.7186.5234.9
HexCA64E5D03523925723
Octal142461161350654322212743
Binary110010100110100111010111010110101100011100100101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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