#12A29C

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

Shades of Persian Green #12A29C

Tints of Persian Green #12A29C

Color information

#12A29C (or 0x12A29C) is unknown color: approx Persian Green. HEX triplet: 12, A2 and 9C. RGB value is (18,162,156). Sum of RGB (Red+Green+Blue) = 18+162+156=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 162 - color contains mainly: green. Hex color #12A29C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A29C is #ED5D63. Grayscale: #767676. Windows color (decimal): -15555940 or 10265106. OLE color: 10265106.

HSL color Cylindrical-coordinate representation of color #12A29C: hue angle of 177.5º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A29C is Cyan = 0.89, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB18162156-
CMYK0.8900.040.36
HSL177.5º80%35.29%-
HSV(B)177.5º88.89%63.53%-
XYZ19.1728.3735.92-
YUV118.26149.2956.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.36%
GREEN value IS 162 (63.67% from 255) = 48.21%
BLUE value IS 156 (61.33% from 255) = 46.43%
R=5.36%
G=48.21%
B=46.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181621560.8900.040.36177.58035.29
Hex12A29C590424b25023
Octal22242234131044426212043
Binary10010101000101001110010110010100100100101100101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12A29C; }

 p { color: rgb(18,162,156); }

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

<style>
 a { background-color: #12A29C; }

 a { background-color: rgb(18,162,156); }

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

<style>
 span { border-color: #12A29C; }

 span { border-color: rgb(18,162,156); }

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