Html Css Color HEX #10A356 Pigment Green

📋 copy color: '#10A356'

red 16 ◦ green 163 ◦ blue 86

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

Shades of Pigment Green #10A356

Tints of Pigment Green #10A356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.45%

R = 6.04%
G = 61.51%
B = 32.45%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#10A356 (or 0x10A356) is known color: Pigment Green. HEX triplet: 10, A3 and 56. RGB value is (16,163,86). Sum of RGB (Red+Green+Blue) = 16+163+86=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 163 (64.06% from 255 or 61.51% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 163 - color contains mainly: green. Hex color #10A356 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A356 is #EF5CA9. Grayscale: #6E6E6E. Windows color (decimal): -15686826 or 5677840. OLE color: 5677840.

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

Color convert

RGB 16 163 86 -
CMYK 0.90 0 0.47 0.36
HSL 148.57º 0.82% 0.35% -
HSV(B) 148.57º 0.9% 0.64% -
XYZ 14.99 26.98 13.22 -
YUV 110.27 114.3 60.76 -
System Red Green Blue C M Y K H S L
Decimal 16 163 86 0.90 0 0.47 0.36 148.57 0.82 0.35
Hex 10 A3 56 5A 0 2F 24 95 52 23
Octal 20 243 126 132 0 57 44 225 122 43
Binary 10000 10100011 1010110 1011010 0 101111 100100 10010101 1010010 100011

Color Harmonies of #10A356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A356

Black with #10A356

Text Example


Text Example

White with #10A356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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