#0CA994

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

Shades of Persian Green #0CA994

Tints of Persian Green #0CA994

Color information

#0CA994 (or 0x0CA994) is unknown color: approx Persian Green. HEX triplet: 0C, A9 and 94. RGB value is (12,169,148). Sum of RGB (Red+Green+Blue) = 12+169+148=329 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.65% from 329); Green value is 169 (66.41% from 255 or 51.37% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 169 - color contains mainly: green. Hex color #0CA994 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA994 is #F3566B. Grayscale: #777777. Windows color (decimal): -15947372 or 9742604. OLE color: 9742604.

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

Color convert

RGB12169148-
CMYK0.9300.120.34
HSL171.97º86.74%35.49%-
HSV(B)171.97º92.9%66.27%-
XYZ19.6830.5932.88-
YUV119.66143.9951.21-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.65%
GREEN value IS 169 (66.41% from 255) = 51.37%
BLUE value IS 148 (58.20% from 255) = 44.98%
R=3.65%
G=51.37%
B=44.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal121691480.9300.120.34171.9786.7435.49
HexCA9945D0C22ac5723
Octal142512241350144225412743
Binary11001010100110010100101110101100100010101011001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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