#0CA571

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

Shades of Jade #0CA571

Tints of Jade #0CA571

Color information

#0CA571 (or 0x0CA571) is unknown color: approx Jade. HEX triplet: 0C, A5 and 71. RGB value is (12,165,113). Sum of RGB (Red+Green+Blue) = 12+165+113=290 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.14% from 290); Green value is 165 (64.84% from 255 or 56.90% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 165 - color contains mainly: green. Hex color #0CA571 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA571 is #F35A8E. Grayscale: #717171. Windows color (decimal): -15948431 or 7447820. OLE color: 7447820.

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

Color convert

RGB12165113-
CMYK0.9300.320.35
HSL159.61º86.44%34.71%-
HSV(B)159.61º92.73%64.71%-
XYZ16.5928.1820.19-
YUV113.32127.8155.73-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.14%
GREEN value IS 165 (64.84% from 255) = 56.90%
BLUE value IS 113 (44.53% from 255) = 38.97%
R=4.14%
G=56.90%
B=38.97%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal121651130.9300.320.35159.6186.4434.71
HexCA5715D02023a05623
Octal142451611350404324012643
Binary110010100101111000110111010100000100011101000001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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