Html Css Color HEX #10B924 Dark Pastel Green

📋 copy color: '#10B924'

red 16 ◦ green 185 ◦ blue 36

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

Shades of Dark Pastel Green #10B924

Tints of Dark Pastel Green #10B924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.19%

R = 6.75%
G = 78.06%
B = 15.19%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#10B924 (or 0x10B924) is known color: Dark Pastel Green. HEX triplet: 10, B9 and 24. RGB value is (16,185,36). Sum of RGB (Red+Green+Blue) = 16+185+36=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 185 (72.66% from 255 or 78.06% from 237); Blue value is 36 (14.45% from 255 or 15.19% from 237); Max value from RGB is 185 - color contains mainly: green. Hex color #10B924 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B924 is #EF46DB. Grayscale: #757575. Windows color (decimal): -15681244 or 2406672. OLE color: 2406672.

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

Color convert

RGB 16 185 36 -
CMYK 0.91 0 0.81 0.27
HSL 127.1º 0.84% 0.39% -
HSV(B) 127.1º 0.91% 0.73% -
XYZ 17.88 34.94 7.47 -
YUV 117.48 82.01 55.62 -
System Red Green Blue C M Y K H S L
Decimal 16 185 36 0.91 0 0.81 0.27 127.1 0.84 0.39
Hex 10 B9 24 5B 0 51 1B 7F 54 27
Octal 20 271 44 133 0 121 33 177 124 47
Binary 10000 10111001 100100 1011011 0 1010001 11011 1111111 1010100 100111

Color Harmonies of #10B924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B924

Black with #10B924

Text Example


Text Example

White with #10B924

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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