Html Css Color HEX #10B91C Dark Pastel Green

📋 copy color: '#10B91C'

red 16 ◦ green 185 ◦ blue 28

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

Shades of Dark Pastel Green #10B91C

Tints of Dark Pastel Green #10B91C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.23%

R = 6.99%
G = 80.79%
B = 12.23%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#10B91C (or 0x10B91C) is known color: Dark Pastel Green. HEX triplet: 10, B9 and 1C. RGB value is (16,185,28). Sum of RGB (Red+Green+Blue) = 16+185+28=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 185 (72.66% from 255 or 80.79% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 185 - color contains mainly: green. Hex color #10B91C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B91C is #EF46E3. Grayscale: #757575. Windows color (decimal): -15681252 or 1882384. OLE color: 1882384.

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

Color convert

RGB 16 185 28 -
CMYK 0.91 0 0.85 0.27
HSL 124.26º 0.84% 0.39% -
HSV(B) 124.26º 0.91% 0.73% -
XYZ 17.77 34.89 6.9 -
YUV 116.57 78.01 56.27 -
System Red Green Blue C M Y K H S L
Decimal 16 185 28 0.91 0 0.85 0.27 124.26 0.84 0.39
Hex 10 B9 1C 5B 0 55 1B 7C 54 27
Octal 20 271 34 133 0 125 33 174 124 47
Binary 10000 10111001 11100 1011011 0 1010101 11011 1111100 1010100 100111

Color Harmonies of #10B91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B91C

Black with #10B91C

Text Example


Text Example

White with #10B91C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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