Html Css Color HEX #10A43D Pigment Green

📋 copy color: '#10A43D'

red 16 ◦ green 164 ◦ blue 61

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

Shades of Pigment Green #10A43D

Tints of Pigment Green #10A43D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.31%

R = 6.64%
G = 68.05%
B = 25.31%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#10A43D (or 0x10A43D) is known color: Pigment Green. HEX triplet: 10, A4 and 3D. RGB value is (16,164,61). Sum of RGB (Red+Green+Blue) = 16+164+61=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 164 (64.45% from 255 or 68.05% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 164 - color contains mainly: green. Hex color #10A43D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A43D is #EF5BC2. Grayscale: #6C6C6C. Windows color (decimal): -15686595 or 4039696. OLE color: 4039696.

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

Color convert

RGB 16 164 61 -
CMYK 0.90 0 0.63 0.36
HSL 138.24º 0.82% 0.35% -
HSV(B) 138.24º 0.9% 0.64% -
XYZ 14.33 27 8.87 -
YUV 108.01 101.47 62.38 -
System Red Green Blue C M Y K H S L
Decimal 16 164 61 0.90 0 0.63 0.36 138.24 0.82 0.35
Hex 10 A4 3D 5A 0 3F 24 8A 52 23
Octal 20 244 75 132 0 77 44 212 122 43
Binary 10000 10100100 111101 1011010 0 111111 100100 10001010 1010010 100011

Color Harmonies of #10A43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A43D

Black with #10A43D

Text Example


Text Example

White with #10A43D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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