Html Css Color HEX #10A353 Pigment Green

📋 copy color: '#10A353'

red 16 ◦ green 163 ◦ blue 83

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

Shades of Pigment Green #10A353

Tints of Pigment Green #10A353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.68%

R = 6.11%
G = 62.21%
B = 31.68%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#10A353 (or 0x10A353) is known color: Pigment Green. HEX triplet: 10, A3 and 53. RGB value is (16,163,83). Sum of RGB (Red+Green+Blue) = 16+163+83=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 163 (64.06% from 255 or 62.21% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 163 - color contains mainly: green. Hex color #10A353 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A353 is #EF5CAC. Grayscale: #6E6E6E. Windows color (decimal): -15686829 or 5481232. OLE color: 5481232.

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

Color convert

RGB 16 163 83 -
CMYK 0.90 0 0.49 0.36
HSL 147.35º 0.82% 0.35% -
HSV(B) 147.35º 0.9% 0.64% -
XYZ 14.87 26.93 12.6 -
YUV 109.93 112.8 61 -
System Red Green Blue C M Y K H S L
Decimal 16 163 83 0.90 0 0.49 0.36 147.35 0.82 0.35
Hex 10 A3 53 5A 0 31 24 93 52 23
Octal 20 243 123 132 0 61 44 223 122 43
Binary 10000 10100011 1010011 1011010 0 110001 100100 10010011 1010010 100011

Color Harmonies of #10A353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A353

Black with #10A353

Text Example


Text Example

White with #10A353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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