Html Css Color HEX #10B949 Dark Pastel Green

📋 copy color: '#10B949'

red 16 ◦ green 185 ◦ blue 73

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

Shades of Dark Pastel Green #10B949

Tints of Dark Pastel Green #10B949

RGB

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

 GREEN value IS 185 (72.66% from 255) = 67.52%

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

R = 5.84%
G = 67.52%
B = 26.64%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#10B949 (or 0x10B949) is known color: Dark Pastel Green. HEX triplet: 10, B9 and 49. RGB value is (16,185,73). Sum of RGB (Red+Green+Blue) = 16+185+73=274 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.84% from 274); Green value is 185 (72.66% from 255 or 67.52% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 185 - color contains mainly: green. Hex color #10B949 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B949 is #EF46B6. Grayscale: #797979. Windows color (decimal): -15681207 or 4831504. OLE color: 4831504.

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

Color convert

RGB 16 185 73 -
CMYK 0.91 0 0.61 0.27
HSL 140.24º 0.84% 0.39% -
HSV(B) 140.24º 0.91% 0.73% -
XYZ 18.77 35.29 12.13 -
YUV 121.7 100.51 52.61 -
System Red Green Blue C M Y K H S L
Decimal 16 185 73 0.91 0 0.61 0.27 140.24 0.84 0.39
Hex 10 B9 49 5B 0 3D 1B 8C 54 27
Octal 20 271 111 133 0 75 33 214 124 47
Binary 10000 10111001 1001001 1011011 0 111101 11011 10001100 1010100 100111

Color Harmonies of #10B949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B949

Black with #10B949

Text Example


Text Example

White with #10B949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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