Html Css Color HEX #10B919 Dark Pastel Green

📋 copy color: '#10B919'

red 16 ◦ green 185 ◦ blue 25

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

Shades of Dark Pastel Green #10B919

Tints of Dark Pastel Green #10B919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.06%

R = 7.08%
G = 81.86%
B = 11.06%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#10B919 (or 0x10B919) is known color: Dark Pastel Green. HEX triplet: 10, B9 and 19. RGB value is (16,185,25). Sum of RGB (Red+Green+Blue) = 16+185+25=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 185 (72.66% from 255 or 81.86% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 185 - color contains mainly: green. Hex color #10B919 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10B919 is #EF46E6. Grayscale: #747474. Windows color (decimal): -15681255 or 1685776. OLE color: 1685776.

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

Color convert

RGB 16 185 25 -
CMYK 0.91 0 0.86 0.27
HSL 123.2º 0.84% 0.39% -
HSV(B) 123.2º 0.91% 0.73% -
XYZ 17.74 34.88 6.72 -
YUV 116.23 76.51 56.51 -
System Red Green Blue C M Y K H S L
Decimal 16 185 25 0.91 0 0.86 0.27 123.2 0.84 0.39
Hex 10 B9 19 5B 0 56 1B 7B 54 27
Octal 20 271 31 133 0 126 33 173 124 47
Binary 10000 10111001 11001 1011011 0 1010110 11011 1111011 1010100 100111

Color Harmonies of #10B919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B919

Black with #10B919

Text Example


Text Example

White with #10B919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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