Html Css Color HEX #10B149 Pigment Green

📋 copy color: '#10B149'

red 16 ◦ green 177 ◦ blue 73

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

Shades of Pigment Green #10B149

Tints of Pigment Green #10B149

RGB

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

 GREEN value IS 177 (69.53% from 255) = 66.54%

 BLUE value IS 73 (28.91% from 255) = 27.44%

R = 6.02%
G = 66.54%
B = 27.44%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#10B149 (or 0x10B149) is known color: Pigment Green. HEX triplet: 10, B1 and 49. RGB value is (16,177,73). Sum of RGB (Red+Green+Blue) = 16+177+73=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 177 (69.53% from 255 or 66.54% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 177 - color contains mainly: green. Hex color #10B149 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10B149 is #EF4EB6. Grayscale: #757575. Windows color (decimal): -15683255 or 4829456. OLE color: 4829456.

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

Color convert

RGB 16 177 73 -
CMYK 0.91 0 0.59 0.31
HSL 141.24º 0.83% 0.38% -
HSV(B) 141.24º 0.91% 0.69% -
XYZ 17.14 32.04 11.58 -
YUV 117.01 103.16 55.96 -
System Red Green Blue C M Y K H S L
Decimal 16 177 73 0.91 0 0.59 0.31 141.24 0.83 0.38
Hex 10 B1 49 5B 0 3B 1F 8D 53 26
Octal 20 261 111 133 0 73 37 215 123 46
Binary 10000 10110001 1001001 1011011 0 111011 11111 10001101 1010011 100110

Color Harmonies of #10B149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B149

Black with #10B149

Text Example


Text Example

White with #10B149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,177,73); }

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

background-color css

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

 a { background-color: rgb(16,177,73); }

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

border-color css

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

 span { border-color: rgb(16,177,73); }

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