#12A298

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

Shades of Persian Green #12A298

Tints of Persian Green #12A298

Color information

#12A298 (or 0x12A298) is unknown color: approx Persian Green. HEX triplet: 12, A2 and 98. RGB value is (18,162,152). Sum of RGB (Red+Green+Blue) = 18+162+152=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 162 (63.67% from 255 or 48.80% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 162 - color contains mainly: green. Hex color #12A298 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A298 is #ED5D67. Grayscale: #757575. Windows color (decimal): -15555944 or 10002962. OLE color: 10002962.

HSL color Cylindrical-coordinate representation of color #12A298: hue angle of 175.83º 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 #12A298 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB18162152-
CMYK0.8900.060.36
HSL175.83º80%35.29%-
HSV(B)175.83º88.89%63.53%-
XYZ18.8428.2434.16-
YUV117.8147.2956.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.42%
GREEN value IS 162 (63.67% from 255) = 48.80%
BLUE value IS 152 (59.77% from 255) = 45.78%
R=5.42%
G=48.80%
B=45.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181621520.8900.060.36175.838035.29
Hex12A298590624b05023
Octal22242230131064426012043
Binary10010101000101001100010110010110100100101100001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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