Html Css Color HEX #10A63F Pigment Green

📋 copy color: '#10A63F'

red 16 ◦ green 166 ◦ blue 63

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

Shades of Pigment Green #10A63F

Tints of Pigment Green #10A63F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 67.76%

 BLUE value IS 63 (25% from 255) = 25.71%

R = 6.53%
G = 67.76%
B = 25.71%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#10A63F (or 0x10A63F) is known color: Pigment Green. HEX triplet: 10, A6 and 3F. RGB value is (16,166,63). Sum of RGB (Red+Green+Blue) = 16+166+63=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 166 (65.23% from 255 or 67.76% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 166 - color contains mainly: green. Hex color #10A63F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A63F is #EF59C0. Grayscale: #6D6D6D. Windows color (decimal): -15686081 or 4171280. OLE color: 4171280.

HSL color Cylindrical-coordinate representation of color #10A63F: hue angle of 138.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A63F is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 16 166 63 -
CMYK 0.90 0 0.62 0.35
HSL 138.8º 0.82% 0.36% -
HSV(B) 138.8º 0.9% 0.65% -
XYZ 14.75 27.74 9.28 -
YUV 109.41 101.81 61.38 -
System Red Green Blue C M Y K H S L
Decimal 16 166 63 0.90 0 0.62 0.35 138.8 0.82 0.36
Hex 10 A6 3F 5A 0 3E 23 8B 52 24
Octal 20 246 77 132 0 76 43 213 122 44
Binary 10000 10100110 111111 1011010 0 111110 100011 10001011 1010010 100100

Color Harmonies of #10A63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A63F

Black with #10A63F

Text Example


Text Example

White with #10A63F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,166,63); }

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

background-color css

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

 a { background-color: rgb(16,166,63); }

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

border-color css

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

 span { border-color: rgb(16,166,63); }

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