Html Css Color HEX #10B950 Dark Pastel Green

📋 copy color: '#10B950'

red 16 ◦ green 185 ◦ blue 80

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

Shades of Dark Pastel Green #10B950

Tints of Dark Pastel Green #10B950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.47%

R = 5.69%
G = 65.84%
B = 28.47%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#10B950 (or 0x10B950) is known color: Dark Pastel Green. HEX triplet: 10, B9 and 50. RGB value is (16,185,80). Sum of RGB (Red+Green+Blue) = 16+185+80=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 185 (72.66% from 255 or 65.84% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 185 - color contains mainly: green. Hex color #10B950 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B950 is #EF46AF. Grayscale: #7A7A7A. Windows color (decimal): -15681200 or 5290256. OLE color: 5290256.

HSL color Cylindrical-coordinate representation of color #10B950: hue angle of 142.72º 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 #10B950 is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 185 80 -
CMYK 0.91 0 0.57 0.27
HSL 142.72º 0.84% 0.39% -
HSV(B) 142.72º 0.91% 0.73% -
XYZ 19.01 35.39 13.42 -
YUV 122.5 104.01 52.04 -
System Red Green Blue C M Y K H S L
Decimal 16 185 80 0.91 0 0.57 0.27 142.72 0.84 0.39
Hex 10 B9 50 5B 0 39 1B 8F 54 27
Octal 20 271 120 133 0 71 33 217 124 47
Binary 10000 10111001 1010000 1011011 0 111001 11011 10001111 1010100 100111

Color Harmonies of #10B950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B950

Black with #10B950

Text Example


Text Example

White with #10B950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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