Html Css Color HEX #10A442 Pigment Green

📋 copy color: '#10A442'

red 16 ◦ green 164 ◦ blue 66

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

Shades of Pigment Green #10A442

Tints of Pigment Green #10A442

RGB

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

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

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

R = 6.5%
G = 66.67%
B = 26.83%

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

#10A442 (or 0x10A442) is known color: Pigment Green. HEX triplet: 10, A4 and 42. RGB value is (16,164,66). Sum of RGB (Red+Green+Blue) = 16+164+66=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 164 (64.45% from 255 or 66.67% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 164 - color contains mainly: green. Hex color #10A442 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A442 is #EF5BBD. Grayscale: #6C6C6C. Windows color (decimal): -15686590 or 4367376. OLE color: 4367376.

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

Color convert

RGB 16 164 66 -
CMYK 0.90 0 0.60 0.36
HSL 140.27º 0.82% 0.35% -
HSV(B) 140.27º 0.9% 0.64% -
XYZ 14.47 27.05 9.61 -
YUV 108.58 103.97 61.97 -
System Red Green Blue C M Y K H S L
Decimal 16 164 66 0.90 0 0.60 0.36 140.27 0.82 0.35
Hex 10 A4 42 5A 0 3C 24 8C 52 23
Octal 20 244 102 132 0 74 44 214 122 43
Binary 10000 10100100 1000010 1011010 0 111100 100100 10001100 1010010 100011

Color Harmonies of #10A442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A442

Black with #10A442

Text Example


Text Example

White with #10A442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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