#0CA593

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

Shades of Persian Green #0CA593

Tints of Persian Green #0CA593

Color information

#0CA593 (or 0x0CA593) is unknown color: approx Persian Green. HEX triplet: 0C, A5 and 93. RGB value is (12,165,147). Sum of RGB (Red+Green+Blue) = 12+165+147=324 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.70% from 324); Green value is 165 (64.84% from 255 or 50.93% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 165 - color contains mainly: green. Hex color #0CA593 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA593 is #F35A6C. Grayscale: #757575. Windows color (decimal): -15948397 or 9676044. OLE color: 9676044.

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

Color convert

RGB12165147-
CMYK0.9300.110.35
HSL172.94º86.44%34.71%-
HSV(B)172.94º92.73%64.71%-
XYZ18.8729.132.22-
YUV117.2144.8152.96-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.70%
GREEN value IS 165 (64.84% from 255) = 50.93%
BLUE value IS 147 (57.81% from 255) = 45.37%
R=3.70%
G=50.93%
B=45.37%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal121651470.9300.110.35172.9486.4434.71
HexCA5935D0B23ad5623
Octal142452231350134325512643
Binary11001010010110010011101110101011100011101011011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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