Html Css Color HEX #10A942 Pigment Green

📋 copy color: '#10A942'

red 16 ◦ green 169 ◦ blue 66

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

Shades of Pigment Green #10A942

Tints of Pigment Green #10A942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.29%

R = 6.37%
G = 67.33%
B = 26.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#10A942 (or 0x10A942) is known color: Pigment Green. HEX triplet: 10, A9 and 42. RGB value is (16,169,66). Sum of RGB (Red+Green+Blue) = 16+169+66=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 169 (66.41% from 255 or 67.33% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 169 - color contains mainly: green. Hex color #10A942 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A942 is #EF56BD. Grayscale: #6F6F6F. Windows color (decimal): -15685310 or 4368656. OLE color: 4368656.

HSL color Cylindrical-coordinate representation of color #10A942: hue angle of 139.61º 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 #10A942 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB 16 169 66 -
CMYK 0.91 0 0.61 0.34
HSL 139.61º 0.83% 0.36% -
HSV(B) 139.61º 0.91% 0.66% -
XYZ 15.39 28.88 9.92 -
YUV 111.51 102.31 59.88 -
System Red Green Blue C M Y K H S L
Decimal 16 169 66 0.91 0 0.61 0.34 139.61 0.83 0.36
Hex 10 A9 42 5B 0 3D 22 8C 53 24
Octal 20 251 102 133 0 75 42 214 123 44
Binary 10000 10101001 1000010 1011011 0 111101 100010 10001100 1010011 100100

Color Harmonies of #10A942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A942

Black with #10A942

Text Example


Text Example

White with #10A942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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