Html Css Color HEX #10B932 Dark Pastel Green

📋 copy color: '#10B932'

red 16 ◦ green 185 ◦ blue 50

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

Shades of Dark Pastel Green #10B932

Tints of Dark Pastel Green #10B932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.92%

R = 6.37%
G = 73.71%
B = 19.92%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#10B932 (or 0x10B932) is known color: Dark Pastel Green. HEX triplet: 10, B9 and 32. RGB value is (16,185,50). Sum of RGB (Red+Green+Blue) = 16+185+50=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 185 (72.66% from 255 or 73.71% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 185 - color contains mainly: green. Hex color #10B932 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B932 is #EF46CD. Grayscale: #777777. Windows color (decimal): -15681230 or 3324176. OLE color: 3324176.

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

Color convert

RGB 16 185 50 -
CMYK 0.91 0 0.73 0.27
HSL 132.07º 0.84% 0.39% -
HSV(B) 132.07º 0.91% 0.73% -
XYZ 18.14 35.04 8.82 -
YUV 119.08 89.01 54.48 -
System Red Green Blue C M Y K H S L
Decimal 16 185 50 0.91 0 0.73 0.27 132.07 0.84 0.39
Hex 10 B9 32 5B 0 49 1B 84 54 27
Octal 20 271 62 133 0 111 33 204 124 47
Binary 10000 10111001 110010 1011011 0 1001001 11011 10000100 1010100 100111

Color Harmonies of #10B932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B932

Black with #10B932

Text Example


Text Example

White with #10B932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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