#0CA286

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

Shades of Persian Green #0CA286

Tints of Persian Green #0CA286

Color information

#0CA286 (or 0x0CA286) is unknown color: approx Persian Green. HEX triplet: 0C, A2 and 86. RGB value is (12,162,134). Sum of RGB (Red+Green+Blue) = 12+162+134=308 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.90% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #0CA286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA286 is #F35D79. Grayscale: #717171. Windows color (decimal): -15949178 or 8823308. OLE color: 8823308.

HSL color Cylindrical-coordinate representation of color #0CA286: hue angle of 168.8º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA286 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB12162134-
CMYK0.9300.170.36
HSL168.8º86.21%34.12%-
HSV(B)168.8º92.59%63.53%-
XYZ17.3827.6426.97-
YUV113.96139.355.28-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.90%
GREEN value IS 162 (63.67% from 255) = 52.60%
BLUE value IS 134 (52.73% from 255) = 43.51%
R=3.90%
G=52.60%
B=43.51%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal121621340.9300.170.36168.886.2134.12
HexCA2865D01124a95622
Octal142422061350214425112642
Binary110010100010100001101011101010001100100101010011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,162,134); }

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

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

 a { background-color: rgb(12,162,134); }

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

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

 span { border-color: rgb(12,162,134); }

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