Html Css Color HEX #10B649 Dark Pastel Green

📋 copy color: '#10B649'

red 16 ◦ green 182 ◦ blue 73

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

Shades of Dark Pastel Green #10B649

Tints of Dark Pastel Green #10B649

RGB

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

 GREEN value IS 182 (71.48% from 255) = 67.16%

 BLUE value IS 73 (28.91% from 255) = 26.94%

R = 5.9%
G = 67.16%
B = 26.94%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#10B649 (or 0x10B649) is known color: Dark Pastel Green. HEX triplet: 10, B6 and 49. RGB value is (16,182,73). Sum of RGB (Red+Green+Blue) = 16+182+73=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 182 (71.48% from 255 or 67.16% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 182 - color contains mainly: green. Hex color #10B649 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B649 is #EF49B6. Grayscale: #787878. Windows color (decimal): -15681975 or 4830736. OLE color: 4830736.

HSL color Cylindrical-coordinate representation of color #10B649: hue angle of 140.6º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B649 is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 16 182 73 -
CMYK 0.91 0 0.60 0.29
HSL 140.6º 0.84% 0.39% -
HSV(B) 140.6º 0.91% 0.71% -
XYZ 18.14 34.05 11.92 -
YUV 119.94 101.5 53.86 -
System Red Green Blue C M Y K H S L
Decimal 16 182 73 0.91 0 0.60 0.29 140.6 0.84 0.39
Hex 10 B6 49 5B 0 3C 1D 8D 54 27
Octal 20 266 111 133 0 74 35 215 124 47
Binary 10000 10110110 1001001 1011011 0 111100 11101 10001101 1010100 100111

Color Harmonies of #10B649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B649

Black with #10B649

Text Example


Text Example

White with #10B649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,182,73); }

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

background-color css

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

 a { background-color: rgb(16,182,73); }

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

border-color css

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

 span { border-color: rgb(16,182,73); }

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