#0CA540

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

Shades of Pigment Green #0CA540

Tints of Pigment Green #0CA540

Color information

#0CA540 (or 0x0CA540) is unknown color: approx Pigment Green. HEX triplet: 0C, A5 and 40. RGB value is (12,165,64). Sum of RGB (Red+Green+Blue) = 12+165+64=241 (31% of max value = 765). Red value is 12 (5.08% from 255 or 4.98% from 241); Green value is 165 (64.84% from 255 or 68.46% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 165 - color contains mainly: green. Hex color #0CA540 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA540 is #F35ABF. Grayscale: #6B6B6B. Windows color (decimal): -15948480 or 4236556. OLE color: 4236556.

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

Color convert

RGB1216564-
CMYK0.9300.610.35
HSL140.39º86.44%34.71%-
HSV(B)140.39º92.73%64.71%-
XYZ14.5327.369.37-
YUV107.74103.3159.71-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.98%
GREEN value IS 165 (64.84% from 255) = 68.46%
BLUE value IS 64 (25.39% from 255) = 26.56%
R=4.98%
G=68.46%
B=26.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12165640.9300.610.35140.3986.4434.71
HexCA5405D03D238c5623
Octal142451001350754321412643
Binary110010100101100000010111010111101100011100011001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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