Html Css Color HEX #10BC23 Dark Pastel Green

📋 copy color: '#10BC23'

red 16 ◦ green 188 ◦ blue 35

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

Shades of Dark Pastel Green #10BC23

Tints of Dark Pastel Green #10BC23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.64%

R = 6.69%
G = 78.66%
B = 14.64%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#10BC23 (or 0x10BC23) is known color: Dark Pastel Green. HEX triplet: 10, BC and 23. RGB value is (16,188,35). Sum of RGB (Red+Green+Blue) = 16+188+35=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 188 (73.83% from 255 or 78.66% from 239); Blue value is 35 (14.06% from 255 or 14.64% from 239); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC23 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BC23 is #EF43DC. Grayscale: #777777. Windows color (decimal): -15680477 or 2341904. OLE color: 2341904.

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

Color convert

RGB 16 188 35 -
CMYK 0.91 0 0.81 0.26
HSL 126.63º 0.84% 0.4% -
HSV(B) 126.63º 0.91% 0.74% -
XYZ 18.5 36.2 7.6 -
YUV 119.13 80.52 54.44 -
System Red Green Blue C M Y K H S L
Decimal 16 188 35 0.91 0 0.81 0.26 126.63 0.84 0.4
Hex 10 BC 23 5B 0 51 1A 7F 54 28
Octal 20 274 43 133 0 121 32 177 124 50
Binary 10000 10111100 100011 1011011 0 1010001 11010 1111111 1010100 101000

Color Harmonies of #10BC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BC23

Black with #10BC23

Text Example


Text Example

White with #10BC23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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