Html Css Color HEX #10A490 Persian Green

📋 copy color: '#10A490'

red 16 ◦ green 164 ◦ blue 144

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

Shades of Persian Green #10A490

Tints of Persian Green #10A490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.44%

R = 4.94%
G = 50.62%
B = 44.44%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#10A490 (or 0x10A490) is known color: Persian Green. HEX triplet: 10, A4 and 90. RGB value is (16,164,144). Sum of RGB (Red+Green+Blue) = 16+164+144=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 164 (64.45% from 255 or 50.62% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 164 - color contains mainly: green. Hex color #10A490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A490 is #EF5B6F. Grayscale: #757575. Windows color (decimal): -15686512 or 9479184. OLE color: 9479184.

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

Color convert

RGB 16 164 144 -
CMYK 0.90 0 0.12 0.36
HSL 171.89º 0.82% 0.35% -
HSV(B) 171.89º 0.9% 0.64% -
XYZ 18.52 28.67 30.94 -
YUV 117.47 142.97 55.63 -
System Red Green Blue C M Y K H S L
Decimal 16 164 144 0.90 0 0.12 0.36 171.89 0.82 0.35
Hex 10 A4 90 5A 0 C 24 AC 52 23
Octal 20 244 220 132 0 14 44 254 122 43
Binary 10000 10100100 10010000 1011010 0 1100 100100 10101100 1010010 100011

Color Harmonies of #10A490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A490

Black with #10A490

Text Example


Text Example

White with #10A490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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