Html Css Color HEX #12A294 Persian Green

📋 copy color: '#12A294'

red 18 ◦ green 162 ◦ blue 148

#12A294
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #12A294

Tints of Persian Green #12A294

RGB

 RED value IS 18 (7.42% from 255) = 5.49%

 GREEN value IS 162 (63.67% from 255) = 49.39%

 BLUE value IS 148 (58.2% from 255) = 45.12%

R = 5.49%
G = 49.39%
B = 45.12%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#12A294 (or 0x12A294) is known color: Persian Green. HEX triplet: 12, A2 and 94. RGB value is (18,162,148). Sum of RGB (Red+Green+Blue) = 18+162+148=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 162 (63.67% from 255 or 49.39% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 162 - color contains mainly: green. Hex color #12A294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A294 is #ED5D6B. Grayscale: #757575. Windows color (decimal): -15555948 or 9740818. OLE color: 9740818.

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

Color convert

RGB 18 162 148 -
CMYK 0.89 0 0.09 0.36
HSL 174.17º 0.8% 0.35% -
HSV(B) 174.17º 0.89% 0.64% -
XYZ 18.52 28.11 32.47 -
YUV 117.35 145.29 57.14 -
System Red Green Blue C M Y K H S L
Decimal 18 162 148 0.89 0 0.09 0.36 174.17 0.8 0.35
Hex 12 A2 94 59 0 9 24 AE 50 23
Octal 22 242 224 131 0 11 44 256 120 43
Binary 10010 10100010 10010100 1011001 0 1001 100100 10101110 1010000 100011

Color Harmonies of #12A294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A294

Black with #12A294

Text Example


Text Example

White with #12A294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12A294;
 }
 .AnyTagClassName
 {
   color: #12A294;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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