Html Css Color HEX #10AC9A Persian Green

📋 copy color: '#10AC9A'

red 16 ◦ green 172 ◦ blue 154

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

Shades of Persian Green #10AC9A

Tints of Persian Green #10AC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.03%

R = 4.68%
G = 50.29%
B = 45.03%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#10AC9A (or 0x10AC9A) is known color: Persian Green. HEX triplet: 10, AC and 9A. RGB value is (16,172,154). Sum of RGB (Red+Green+Blue) = 16+172+154=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 172 (67.58% from 255 or 50.29% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AC9A is #EF5365. Grayscale: #7B7B7B. Windows color (decimal): -15684454 or 10136592. OLE color: 10136592.

HSL color Cylindrical-coordinate representation of color #10AC9A: hue angle of 173.08º 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 #10AC9A is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 172 154 -
CMYK 0.91 0 0.10 0.33
HSL 173.08º 0.83% 0.37% -
HSV(B) 173.08º 0.91% 0.67% -
XYZ 20.8 31.95 35.64 -
YUV 123.3 145.32 51.46 -
System Red Green Blue C M Y K H S L
Decimal 16 172 154 0.91 0 0.10 0.33 173.08 0.83 0.37
Hex 10 AC 9A 5B 0 A 21 AD 53 25
Octal 20 254 232 133 0 12 41 255 123 45
Binary 10000 10101100 10011010 1011011 0 1010 100001 10101101 1010011 100101

Color Harmonies of #10AC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AC9A

Black with #10AC9A

Text Example


Text Example

White with #10AC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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