Html Css Color HEX #10BC21 Dark Pastel Green

📋 copy color: '#10BC21'

red 16 ◦ green 188 ◦ blue 33

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

Shades of Dark Pastel Green #10BC21

Tints of Dark Pastel Green #10BC21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.92%

R = 6.75%
G = 79.32%
B = 13.92%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#10BC21 (or 0x10BC21) is known color: Dark Pastel Green. HEX triplet: 10, BC and 21. RGB value is (16,188,33). Sum of RGB (Red+Green+Blue) = 16+188+33=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 188 (73.83% from 255 or 79.32% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BC21 is #EF43DE. Grayscale: #777777. Windows color (decimal): -15680479 or 2210832. OLE color: 2210832.

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

Color convert

RGB 16 188 33 -
CMYK 0.91 0 0.82 0.26
HSL 125.93º 0.84% 0.4% -
HSV(B) 125.93º 0.91% 0.74% -
XYZ 18.47 36.19 7.45 -
YUV 118.9 79.52 54.6 -
System Red Green Blue C M Y K H S L
Decimal 16 188 33 0.91 0 0.82 0.26 125.93 0.84 0.4
Hex 10 BC 21 5B 0 52 1A 7E 54 28
Octal 20 274 41 133 0 122 32 176 124 50
Binary 10000 10111100 100001 1011011 0 1010010 11010 1111110 1010100 101000

Color Harmonies of #10BC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BC21

Black with #10BC21

Text Example


Text Example

White with #10BC21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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