Html Css Color HEX #10BC2C Dark Pastel Green

📋 copy color: '#10BC2C'

red 16 ◦ green 188 ◦ blue 44

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

Shades of Dark Pastel Green #10BC2C

Tints of Dark Pastel Green #10BC2C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 75.81%

 BLUE value IS 44 (17.58% from 255) = 17.74%

R = 6.45%
G = 75.81%
B = 17.74%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#10BC2C (or 0x10BC2C) is known color: Dark Pastel Green. HEX triplet: 10, BC and 2C. RGB value is (16,188,44). Sum of RGB (Red+Green+Blue) = 16+188+44=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 188 (73.83% from 255 or 75.81% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BC2C is #EF43D3. Grayscale: #787878. Windows color (decimal): -15680468 or 2931728. OLE color: 2931728.

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

Color convert

RGB 16 188 44 -
CMYK 0.91 0 0.77 0.26
HSL 129.77º 0.84% 0.4% -
HSV(B) 129.77º 0.91% 0.74% -
XYZ 18.65 36.26 8.4 -
YUV 120.16 85.02 53.71 -
System Red Green Blue C M Y K H S L
Decimal 16 188 44 0.91 0 0.77 0.26 129.77 0.84 0.4
Hex 10 BC 2C 5B 0 4D 1A 82 54 28
Octal 20 274 54 133 0 115 32 202 124 50
Binary 10000 10111100 101100 1011011 0 1001101 11010 10000010 1010100 101000

Color Harmonies of #10BC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BC2C

Black with #10BC2C

Text Example


Text Example

White with #10BC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,188,44); }

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

background-color css

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

 a { background-color: rgb(16,188,44); }

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

border-color css

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

 span { border-color: rgb(16,188,44); }

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