Html Css Color HEX #10AC98 Persian Green

📋 copy color: '#10AC98'

red 16 ◦ green 172 ◦ blue 152

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

Shades of Persian Green #10AC98

Tints of Persian Green #10AC98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 44.71%

R = 4.71%
G = 50.59%
B = 44.71%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#10AC98 (or 0x10AC98) is known color: Persian Green. HEX triplet: 10, AC and 98. RGB value is (16,172,152). Sum of RGB (Red+Green+Blue) = 16+172+152=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 172 (67.58% from 255 or 50.59% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AC98 is #EF5367. Grayscale: #7A7A7A. Windows color (decimal): -15684456 or 10005520. OLE color: 10005520.

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

Color convert

RGB 16 172 152 -
CMYK 0.91 0 0.12 0.33
HSL 172.31º 0.83% 0.37% -
HSV(B) 172.31º 0.91% 0.67% -
XYZ 20.63 31.88 34.77 -
YUV 123.08 144.32 51.63 -
System Red Green Blue C M Y K H S L
Decimal 16 172 152 0.91 0 0.12 0.33 172.31 0.83 0.37
Hex 10 AC 98 5B 0 C 21 AC 53 25
Octal 20 254 230 133 0 14 41 254 123 45
Binary 10000 10101100 10011000 1011011 0 1100 100001 10101100 1010011 100101

Color Harmonies of #10AC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AC98

Black with #10AC98

Text Example


Text Example

White with #10AC98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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