#0CA694

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

Shades of Persian Green #0CA694

Tints of Persian Green #0CA694

Color information

#0CA694 (or 0x0CA694) is unknown color: approx Persian Green. HEX triplet: 0C, A6 and 94. RGB value is (12,166,148). Sum of RGB (Red+Green+Blue) = 12+166+148=326 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.68% from 326); Green value is 166 (65.23% from 255 or 50.92% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 166 - color contains mainly: green. Hex color #0CA694 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA694 is #F3596B. Grayscale: #757575. Windows color (decimal): -15948140 or 9741836. OLE color: 9741836.

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

Color convert

RGB12166148-
CMYK0.9300.110.35
HSL172.99º86.52%34.9%-
HSV(B)172.99º92.77%65.1%-
XYZ19.1329.4932.7-
YUV117.9144.9852.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.68%
GREEN value IS 166 (65.23% from 255) = 50.92%
BLUE value IS 148 (58.20% from 255) = 45.40%
R=3.68%
G=50.92%
B=45.40%

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
Decimal121661480.9300.110.35172.9986.5234.9
HexCA6945D0B23ad5723
Octal142462241350134325512743
Binary11001010011010010100101110101011100011101011011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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