Html Css Color HEX #12A28D Persian Green

📋 copy color: '#12A28D'

red 18 ◦ green 162 ◦ blue 141

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

Shades of Persian Green #12A28D

Tints of Persian Green #12A28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.93%

R = 5.61%
G = 50.47%
B = 43.93%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#12A28D (or 0x12A28D) is known color: Persian Green. HEX triplet: 12, A2 and 8D. RGB value is (18,162,141). Sum of RGB (Red+Green+Blue) = 18+162+141=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #12A28D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A28D is #ED5D72. Grayscale: #747474. Windows color (decimal): -15555955 or 9282066. OLE color: 9282066.

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

Color convert

RGB 18 162 141 -
CMYK 0.89 0 0.13 0.36
HSL 171.25º 0.8% 0.35% -
HSV(B) 171.25º 0.89% 0.64% -
XYZ 17.98 27.89 29.64 -
YUV 116.55 141.79 57.71 -
System Red Green Blue C M Y K H S L
Decimal 18 162 141 0.89 0 0.13 0.36 171.25 0.8 0.35
Hex 12 A2 8D 59 0 D 24 AB 50 23
Octal 22 242 215 131 0 15 44 253 120 43
Binary 10010 10100010 10001101 1011001 0 1101 100100 10101011 1010000 100011

Color Harmonies of #12A28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A28D

Black with #12A28D

Text Example


Text Example

White with #12A28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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