Html Css Color HEX #12A28E Persian Green

📋 copy color: '#12A28E'

red 18 ◦ green 162 ◦ blue 142

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

Shades of Persian Green #12A28E

Tints of Persian Green #12A28E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.1%

R = 5.59%
G = 50.31%
B = 44.1%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#12A28E (or 0x12A28E) is known color: Persian Green. HEX triplet: 12, A2 and 8E. RGB value is (18,162,142). Sum of RGB (Red+Green+Blue) = 18+162+142=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #12A28E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A28E is #ED5D71. Grayscale: #747474. Windows color (decimal): -15555954 or 9347602. OLE color: 9347602.

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

Color convert

RGB 18 162 142 -
CMYK 0.89 0 0.12 0.36
HSL 171.67º 0.8% 0.35% -
HSV(B) 171.67º 0.89% 0.64% -
XYZ 18.05 27.92 30.03 -
YUV 116.66 142.29 57.63 -
System Red Green Blue C M Y K H S L
Decimal 18 162 142 0.89 0 0.12 0.36 171.67 0.8 0.35
Hex 12 A2 8E 59 0 C 24 AC 50 23
Octal 22 242 216 131 0 14 44 254 120 43
Binary 10010 10100010 10001110 1011001 0 1100 100100 10101100 1010000 100011

Color Harmonies of #12A28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A28E

Black with #12A28E

Text Example


Text Example

White with #12A28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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