Html Css Color HEX #10A289 Persian Green

📋 copy color: '#10A289'

red 16 ◦ green 162 ◦ blue 137

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

Shades of Persian Green #10A289

Tints of Persian Green #10A289

RGB

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

 GREEN value IS 162 (63.67% from 255) = 51.43%

 BLUE value IS 137 (53.91% from 255) = 43.49%

R = 5.08%
G = 51.43%
B = 43.49%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#10A289 (or 0x10A289) is known color: Persian Green. HEX triplet: 10, A2 and 89. RGB value is (16,162,137). Sum of RGB (Red+Green+Blue) = 16+162+137=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 162 (63.67% from 255 or 51.43% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 162 - color contains mainly: green. Hex color #10A289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A289 is #EF5D76. Grayscale: #737373. Windows color (decimal): -15687031 or 9019920. OLE color: 9019920.

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

Color convert

RGB 16 162 137 -
CMYK 0.90 0 0.15 0.36
HSL 169.73º 0.82% 0.35% -
HSV(B) 169.73º 0.9% 0.64% -
XYZ 17.65 27.76 28.09 -
YUV 115.5 140.13 57.03 -
System Red Green Blue C M Y K H S L
Decimal 16 162 137 0.90 0 0.15 0.36 169.73 0.82 0.35
Hex 10 A2 89 5A 0 F 24 AA 52 23
Octal 20 242 211 132 0 17 44 252 122 43
Binary 10000 10100010 10001001 1011010 0 1111 100100 10101010 1010010 100011

Color Harmonies of #10A289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A289

Black with #10A289

Text Example


Text Example

White with #10A289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,162,137); }

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

background-color css

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

 a { background-color: rgb(16,162,137); }

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

border-color css

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

 span { border-color: rgb(16,162,137); }

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