Html Css Color HEX #10A32F Dark Pastel Green

📋 copy color: '#10A32F'

red 16 ◦ green 163 ◦ blue 47

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

Shades of Dark Pastel Green #10A32F

Tints of Dark Pastel Green #10A32F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 72.12%

 BLUE value IS 47 (18.75% from 255) = 20.8%

R = 7.08%
G = 72.12%
B = 20.8%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#10A32F (or 0x10A32F) is known color: Dark Pastel Green. HEX triplet: 10, A3 and 2F. RGB value is (16,163,47). Sum of RGB (Red+Green+Blue) = 16+163+47=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 163 (64.06% from 255 or 72.12% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 163 - color contains mainly: green. Hex color #10A32F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A32F is #EF5CD0. Grayscale: #6A6A6A. Windows color (decimal): -15686865 or 3121936. OLE color: 3121936.

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

Color convert

RGB 16 163 47 -
CMYK 0.90 0 0.71 0.36
HSL 132.65º 0.82% 0.35% -
HSV(B) 132.65º 0.9% 0.64% -
XYZ 13.82 26.51 7.08 -
YUV 105.82 94.8 63.93 -
System Red Green Blue C M Y K H S L
Decimal 16 163 47 0.90 0 0.71 0.36 132.65 0.82 0.35
Hex 10 A3 2F 5A 0 47 24 85 52 23
Octal 20 243 57 132 0 107 44 205 122 43
Binary 10000 10100011 101111 1011010 0 1000111 100100 10000101 1010010 100011

Color Harmonies of #10A32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A32F

Black with #10A32F

Text Example


Text Example

White with #10A32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,163,47); }

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

background-color css

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

 a { background-color: rgb(16,163,47); }

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

border-color css

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

 span { border-color: rgb(16,163,47); }

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