Html Css Color HEX #10BB31 Dark Pastel Green

📋 copy color: '#10BB31'

red 16 ◦ green 187 ◦ blue 49

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

Shades of Dark Pastel Green #10BB31

Tints of Dark Pastel Green #10BB31

RGB

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

 GREEN value IS 187 (73.44% from 255) = 74.21%

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

R = 6.35%
G = 74.21%
B = 19.44%

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

#10BB31 (or 0x10BB31) is known color: Dark Pastel Green. HEX triplet: 10, BB and 31. RGB value is (16,187,49). Sum of RGB (Red+Green+Blue) = 16+187+49=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 187 (73.44% from 255 or 74.21% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 187 - color contains mainly: green. Hex color #10BB31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BB31 is #EF44CE. Grayscale: #787878. Windows color (decimal): -15680719 or 3259152. OLE color: 3259152.

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

Color convert

RGB 16 187 49 -
CMYK 0.91 0 0.74 0.27
HSL 131.58º 0.84% 0.4% -
HSV(B) 131.58º 0.91% 0.73% -
XYZ 18.54 35.87 8.85 -
YUV 120.14 87.85 53.72 -
System Red Green Blue C M Y K H S L
Decimal 16 187 49 0.91 0 0.74 0.27 131.58 0.84 0.4
Hex 10 BB 31 5B 0 4A 1B 84 54 28
Octal 20 273 61 133 0 112 33 204 124 50
Binary 10000 10111011 110001 1011011 0 1001010 11011 10000100 1010100 101000

Color Harmonies of #10BB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BB31

Black with #10BB31

Text Example


Text Example

White with #10BB31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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