Html Css Color HEX #10BA31 Dark Pastel Green

📋 copy color: '#10BA31'

red 16 ◦ green 186 ◦ blue 49

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

Shades of Dark Pastel Green #10BA31

Tints of Dark Pastel Green #10BA31

RGB

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

 GREEN value IS 186 (73.05% from 255) = 74.1%

 BLUE value IS 49 (19.53% from 255) = 19.52%

R = 6.37%
G = 74.1%
B = 19.52%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#10BA31 (or 0x10BA31) is known color: Dark Pastel Green. HEX triplet: 10, BA and 31. RGB value is (16,186,49). Sum of RGB (Red+Green+Blue) = 16+186+49=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 186 (73.05% from 255 or 74.10% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 186 - color contains mainly: green. Hex color #10BA31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BA31 is #EF45CE. Grayscale: #777777. Windows color (decimal): -15680975 or 3258896. OLE color: 3258896.

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

Color convert

RGB 16 186 49 -
CMYK 0.91 0 0.74 0.27
HSL 131.65º 0.84% 0.4% -
HSV(B) 131.65º 0.91% 0.73% -
XYZ 18.33 35.45 8.78 -
YUV 119.55 88.18 54.14 -
System Red Green Blue C M Y K H S L
Decimal 16 186 49 0.91 0 0.74 0.27 131.65 0.84 0.4
Hex 10 BA 31 5B 0 4A 1B 84 54 28
Octal 20 272 61 133 0 112 33 204 124 50
Binary 10000 10111010 110001 1011011 0 1001010 11011 10000100 1010100 101000

Color Harmonies of #10BA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BA31

Black with #10BA31

Text Example


Text Example

White with #10BA31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,186,49); }

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

background-color css

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

 a { background-color: rgb(16,186,49); }

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

border-color css

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

 span { border-color: rgb(16,186,49); }

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