Html Css Color HEX #10B93D Dark Pastel Green

📋 copy color: '#10B93D'

red 16 ◦ green 185 ◦ blue 61

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

Shades of Dark Pastel Green #10B93D

Tints of Dark Pastel Green #10B93D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.28%

R = 6.11%
G = 70.61%
B = 23.28%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#10B93D (or 0x10B93D) is known color: Dark Pastel Green. HEX triplet: 10, B9 and 3D. RGB value is (16,185,61). Sum of RGB (Red+Green+Blue) = 16+185+61=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 185 (72.66% from 255 or 70.61% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 185 - color contains mainly: green. Hex color #10B93D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B93D is #EF46C2. Grayscale: #787878. Windows color (decimal): -15681219 or 4045072. OLE color: 4045072.

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

Color convert

RGB 16 185 61 -
CMYK 0.91 0 0.67 0.27
HSL 135.98º 0.84% 0.39% -
HSV(B) 135.98º 0.91% 0.73% -
XYZ 18.4 35.15 10.23 -
YUV 120.33 94.51 53.58 -
System Red Green Blue C M Y K H S L
Decimal 16 185 61 0.91 0 0.67 0.27 135.98 0.84 0.39
Hex 10 B9 3D 5B 0 43 1B 88 54 27
Octal 20 271 75 133 0 103 33 210 124 47
Binary 10000 10111001 111101 1011011 0 1000011 11011 10001000 1010100 100111

Color Harmonies of #10B93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B93D

Black with #10B93D

Text Example


Text Example

White with #10B93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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