Html Css Color HEX #10AC91 Persian Green

📋 copy color: '#10AC91'

red 16 ◦ green 172 ◦ blue 145

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

Shades of Persian Green #10AC91

Tints of Persian Green #10AC91

RGB

 RED value IS 16 (6.64% from 255) = 4.8%

 GREEN value IS 172 (67.58% from 255) = 51.65%

 BLUE value IS 145 (57.03% from 255) = 43.54%

R = 4.8%
G = 51.65%
B = 43.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#10AC91 (or 0x10AC91) is known color: Persian Green. HEX triplet: 10, AC and 91. RGB value is (16,172,145). Sum of RGB (Red+Green+Blue) = 16+172+145=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AC91 is #EF536E. Grayscale: #7A7A7A. Windows color (decimal): -15684463 or 9546768. OLE color: 9546768.

HSL color Cylindrical-coordinate representation of color #10AC91: hue angle of 169.62º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AC91 is Cyan = 0.91, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 172 145 -
CMYK 0.91 0 0.16 0.33
HSL 169.62º 0.83% 0.37% -
HSV(B) 169.62º 0.91% 0.67% -
XYZ 20.08 31.66 31.84 -
YUV 122.28 140.82 52.2 -
System Red Green Blue C M Y K H S L
Decimal 16 172 145 0.91 0 0.16 0.33 169.62 0.83 0.37
Hex 10 AC 91 5B 0 10 21 AA 53 25
Octal 20 254 221 133 0 20 41 252 123 45
Binary 10000 10101100 10010001 1011011 0 10000 100001 10101010 1010011 100101

Color Harmonies of #10AC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AC91

Black with #10AC91

Text Example


Text Example

White with #10AC91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10AC91; }

 p { color: rgb(16,172,145); }

 H1.HeaderClassName
 {
   color: #10AC91;
 }
 .AnyTagClassName
 {
   color: #10AC91;
 }
</style>

background-color css

<style>
 a { background-color: #10AC91; }

 a { background-color: rgb(16,172,145); }

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

border-color css

<style>
 span { border-color: #10AC91; }

 span { border-color: rgb(16,172,145); }

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