Html Css Color HEX #10A946 Pigment Green

📋 copy color: '#10A946'

red 16 ◦ green 169 ◦ blue 70

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

Shades of Pigment Green #10A946

Tints of Pigment Green #10A946

RGB

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

 GREEN value IS 169 (66.41% from 255) = 66.27%

 BLUE value IS 70 (27.73% from 255) = 27.45%

R = 6.27%
G = 66.27%
B = 27.45%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#10A946 (or 0x10A946) is known color: Pigment Green. HEX triplet: 10, A9 and 46. RGB value is (16,169,70). Sum of RGB (Red+Green+Blue) = 16+169+70=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 169 (66.41% from 255 or 66.27% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 169 - color contains mainly: green. Hex color #10A946 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A946 is #EF56B9. Grayscale: #707070. Windows color (decimal): -15685306 or 4630800. OLE color: 4630800.

HSL color Cylindrical-coordinate representation of color #10A946: hue angle of 141.18º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A946 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB 16 169 70 -
CMYK 0.91 0 0.59 0.34
HSL 141.18º 0.83% 0.36% -
HSV(B) 141.18º 0.91% 0.66% -
XYZ 15.51 28.93 10.56 -
YUV 111.97 104.31 59.55 -
System Red Green Blue C M Y K H S L
Decimal 16 169 70 0.91 0 0.59 0.34 141.18 0.83 0.36
Hex 10 A9 46 5B 0 3B 22 8D 53 24
Octal 20 251 106 133 0 73 42 215 123 44
Binary 10000 10101001 1000110 1011011 0 111011 100010 10001101 1010011 100100

Color Harmonies of #10A946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A946

Black with #10A946

Text Example


Text Example

White with #10A946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,169,70); }

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

background-color css

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

 a { background-color: rgb(16,169,70); }

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

border-color css

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

 span { border-color: rgb(16,169,70); }

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