Html Css Color HEX #10A390 Persian Green

📋 copy color: '#10A390'

red 16 ◦ green 163 ◦ blue 144

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

Shades of Persian Green #10A390

Tints of Persian Green #10A390

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50.46%

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

R = 4.95%
G = 50.46%
B = 44.58%

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

#10A390 (or 0x10A390) is known color: Persian Green. HEX triplet: 10, A3 and 90. RGB value is (16,163,144). Sum of RGB (Red+Green+Blue) = 16+163+144=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 163 (64.06% from 255 or 50.46% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 163 - color contains mainly: green. Hex color #10A390 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A390 is #EF5C6F. Grayscale: #747474. Windows color (decimal): -15686768 or 9478928. OLE color: 9478928.

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

Color convert

RGB 16 163 144 -
CMYK 0.90 0 0.12 0.36
HSL 172.24º 0.82% 0.35% -
HSV(B) 172.24º 0.9% 0.64% -
XYZ 18.34 28.32 30.88 -
YUV 116.88 143.3 56.04 -
System Red Green Blue C M Y K H S L
Decimal 16 163 144 0.90 0 0.12 0.36 172.24 0.82 0.35
Hex 10 A3 90 5A 0 C 24 AC 52 23
Octal 20 243 220 132 0 14 44 254 122 43
Binary 10000 10100011 10010000 1011010 0 1100 100100 10101100 1010010 100011

Color Harmonies of #10A390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A390

Black with #10A390

Text Example


Text Example

White with #10A390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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