Html Css Color HEX #10A297 Persian Green

📋 copy color: '#10A297'

red 16 ◦ green 162 ◦ blue 151

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

Shades of Persian Green #10A297

Tints of Persian Green #10A297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 45.9%

R = 4.86%
G = 49.24%
B = 45.9%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#10A297 (or 0x10A297) is known color: Persian Green. HEX triplet: 10, A2 and 97. RGB value is (16,162,151). Sum of RGB (Red+Green+Blue) = 16+162+151=329 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.86% from 329); Green value is 162 (63.67% from 255 or 49.24% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 162 - color contains mainly: green. Hex color #10A297 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A297 is #EF5D68. Grayscale: #747474. Windows color (decimal): -15687017 or 9937424. OLE color: 9937424.

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

Color convert

RGB 16 162 151 -
CMYK 0.90 0 0.07 0.36
HSL 175.48º 0.82% 0.35% -
HSV(B) 175.48º 0.9% 0.64% -
XYZ 18.72 28.19 33.73 -
YUV 117.09 147.13 55.89 -
System Red Green Blue C M Y K H S L
Decimal 16 162 151 0.90 0 0.07 0.36 175.48 0.82 0.35
Hex 10 A2 97 5A 0 7 24 AF 52 23
Octal 20 242 227 132 0 7 44 257 122 43
Binary 10000 10100010 10010111 1011010 0 111 100100 10101111 1010010 100011

Color Harmonies of #10A297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A297

Black with #10A297

Text Example


Text Example

White with #10A297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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