Html Css Color HEX #11A294 Persian Green

📋 copy color: '#11A294'

red 17 ◦ green 162 ◦ blue 148

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

Shades of Persian Green #11A294

Tints of Persian Green #11A294

RGB

 RED value IS 17 (7.03% from 255) = 5.2%

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

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

R = 5.2%
G = 49.54%
B = 45.26%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#11A294 (or 0x11A294) is known color: Persian Green. HEX triplet: 11, A2 and 94. RGB value is (17,162,148). Sum of RGB (Red+Green+Blue) = 17+162+148=327 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.20% from 327); Green value is 162 (63.67% from 255 or 49.54% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 162 - color contains mainly: green. Hex color #11A294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A294 is #EE5D6B. Grayscale: #747474. Windows color (decimal): -15621484 or 9740817. OLE color: 9740817.

HSL color Cylindrical-coordinate representation of color #11A294: hue angle of 174.21º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A294 is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 162 148 -
CMYK 0.90 0 0.09 0.36
HSL 174.21º 0.81% 0.35% -
HSV(B) 174.21º 0.9% 0.64% -
XYZ 18.5 28.1 32.47 -
YUV 117.05 145.46 56.64 -
System Red Green Blue C M Y K H S L
Decimal 17 162 148 0.90 0 0.09 0.36 174.21 0.81 0.35
Hex 11 A2 94 5A 0 9 24 AE 51 23
Octal 21 242 224 132 0 11 44 256 121 43
Binary 10001 10100010 10010100 1011010 0 1001 100100 10101110 1010001 100011

Color Harmonies of #11A294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A294

Black with #11A294

Text Example


Text Example

White with #11A294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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