#0ca991

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

Shades of Persian Green #0CA991

Tints of Persian Green #0CA991

Color information

#0CA991 (or 0x0CA991) is unknown color: approx Persian Green. HEX triplet: 0C, A9 and 91. RGB value is (12,169,145). Sum of RGB (Red+Green+Blue) = 12+169+145=326 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.68% from 326); Green value is 169 (66.41% from 255 or 51.84% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 169 - color contains mainly: green. Hex color #0CA991 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA991 is #F3566E. Grayscale: #777777. Windows color (decimal): -15947375 or 9545996. OLE color: 9545996.

HSL color Cylindrical-coordinate representation of color #0CA991: hue angle of 170.83º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA991 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB12169145-
CMYK0.9300.140.34
HSL170.83º86.74%35.49%-
HSV(B)170.83º92.9%66.27%-
XYZ19.4530.531.65-
YUV119.32142.4951.45-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.68%
GREEN value IS 169 (66.41% from 255) = 51.84%
BLUE value IS 145 (57.03% from 255) = 44.48%
R=3.68%
G=51.84%
B=44.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal121691450.9300.140.34170.8386.7435.49
HexCA9915D0E22ab5723
Octal142512211350164225312743
Binary11001010100110010001101110101110100010101010111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ca991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,169,145); }

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

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

 a { background-color: rgb(12,169,145); }

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

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

 span { border-color: rgb(12,169,145); }

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