Html Css Color HEX #10B93C Dark Pastel Green

📋 copy color: '#10B93C'

red 16 ◦ green 185 ◦ blue 60

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

Shades of Dark Pastel Green #10B93C

Tints of Dark Pastel Green #10B93C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 70.88%

 BLUE value IS 60 (23.83% from 255) = 22.99%

R = 6.13%
G = 70.88%
B = 22.99%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#10B93C (or 0x10B93C) is known color: Dark Pastel Green. HEX triplet: 10, B9 and 3C. RGB value is (16,185,60). Sum of RGB (Red+Green+Blue) = 16+185+60=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 185 (72.66% from 255 or 70.88% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 185 - color contains mainly: green. Hex color #10B93C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B93C is #EF46C3. Grayscale: #787878. Windows color (decimal): -15681220 or 3979536. OLE color: 3979536.

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

Color convert

RGB 16 185 60 -
CMYK 0.91 0 0.68 0.27
HSL 135.62º 0.84% 0.39% -
HSV(B) 135.62º 0.91% 0.73% -
XYZ 18.38 35.13 10.09 -
YUV 120.22 94.01 53.66 -
System Red Green Blue C M Y K H S L
Decimal 16 185 60 0.91 0 0.68 0.27 135.62 0.84 0.39
Hex 10 B9 3C 5B 0 44 1B 88 54 27
Octal 20 271 74 133 0 104 33 210 124 47
Binary 10000 10111001 111100 1011011 0 1000100 11011 10001000 1010100 100111

Color Harmonies of #10B93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B93C

Black with #10B93C

Text Example


Text Example

White with #10B93C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,185,60); }

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

background-color css

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

 a { background-color: rgb(16,185,60); }

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

border-color css

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

 span { border-color: rgb(16,185,60); }

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