Html Css Color HEX #10A492 Persian Green

📋 copy color: '#10A492'

red 16 ◦ green 164 ◦ blue 146

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

Shades of Persian Green #10A492

Tints of Persian Green #10A492

RGB

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

 GREEN value IS 164 (64.45% from 255) = 50.31%

 BLUE value IS 146 (57.42% from 255) = 44.79%

R = 4.91%
G = 50.31%
B = 44.79%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#10A492 (or 0x10A492) is known color: Persian Green. HEX triplet: 10, A4 and 92. RGB value is (16,164,146). Sum of RGB (Red+Green+Blue) = 16+164+146=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 164 (64.45% from 255 or 50.31% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 164 - color contains mainly: green. Hex color #10A492 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A492 is #EF5B6D. Grayscale: #757575. Windows color (decimal): -15686510 or 9610256. OLE color: 9610256.

HSL color Cylindrical-coordinate representation of color #10A492: hue angle of 172.7º degrees, saturation: 0.82, 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 #10A492 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 164 146 -
CMYK 0.90 0 0.11 0.36
HSL 172.7º 0.82% 0.35% -
HSV(B) 172.7º 0.9% 0.64% -
XYZ 18.68 28.74 31.76 -
YUV 117.7 143.97 55.46 -
System Red Green Blue C M Y K H S L
Decimal 16 164 146 0.90 0 0.11 0.36 172.7 0.82 0.35
Hex 10 A4 92 5A 0 B 24 AD 52 23
Octal 20 244 222 132 0 13 44 255 122 43
Binary 10000 10100100 10010010 1011010 0 1011 100100 10101101 1010010 100011

Color Harmonies of #10A492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A492

Black with #10A492

Text Example


Text Example

White with #10A492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,164,146); }

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

background-color css

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

 a { background-color: rgb(16,164,146); }

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

border-color css

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

 span { border-color: rgb(16,164,146); }

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