Html Css Color HEX #10A441 Pigment Green

📋 copy color: '#10A441'

red 16 ◦ green 164 ◦ blue 65

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

Shades of Pigment Green #10A441

Tints of Pigment Green #10A441

RGB

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

 GREEN value IS 164 (64.45% from 255) = 66.94%

 BLUE value IS 65 (25.78% from 255) = 26.53%

R = 6.53%
G = 66.94%
B = 26.53%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#10A441 (or 0x10A441) is known color: Pigment Green. HEX triplet: 10, A4 and 41. RGB value is (16,164,65). Sum of RGB (Red+Green+Blue) = 16+164+65=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 164 (64.45% from 255 or 66.94% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 164 - color contains mainly: green. Hex color #10A441 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A441 is #EF5BBE. Grayscale: #6C6C6C. Windows color (decimal): -15686591 or 4301840. OLE color: 4301840.

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

Color convert

RGB 16 164 65 -
CMYK 0.90 0 0.60 0.36
HSL 139.86º 0.82% 0.35% -
HSV(B) 139.86º 0.9% 0.64% -
XYZ 14.44 27.04 9.46 -
YUV 108.46 103.47 62.05 -
System Red Green Blue C M Y K H S L
Decimal 16 164 65 0.90 0 0.60 0.36 139.86 0.82 0.35
Hex 10 A4 41 5A 0 3C 24 8C 52 23
Octal 20 244 101 132 0 74 44 214 122 43
Binary 10000 10100100 1000001 1011010 0 111100 100100 10001100 1010010 100011

Color Harmonies of #10A441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A441

Black with #10A441

Text Example


Text Example

White with #10A441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,164,65); }

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

background-color css

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

 a { background-color: rgb(16,164,65); }

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

border-color css

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

 span { border-color: rgb(16,164,65); }

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