Html Css Color HEX #10B74C Dark Pastel Green

📋 copy color: '#10B74C'

red 16 ◦ green 183 ◦ blue 76

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

Shades of Dark Pastel Green #10B74C

Tints of Dark Pastel Green #10B74C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 66.55%

 BLUE value IS 76 (30.08% from 255) = 27.64%

R = 5.82%
G = 66.55%
B = 27.64%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#10B74C (or 0x10B74C) is known color: Dark Pastel Green. HEX triplet: 10, B7 and 4C. RGB value is (16,183,76). Sum of RGB (Red+Green+Blue) = 16+183+76=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 183 (71.88% from 255 or 66.55% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 183 - color contains mainly: green. Hex color #10B74C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10B74C is #EF48B3. Grayscale: #797979. Windows color (decimal): -15681716 or 5027600. OLE color: 5027600.

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

Color convert

RGB 16 183 76 -
CMYK 0.91 0 0.58 0.28
HSL 141.56º 0.84% 0.39% -
HSV(B) 141.56º 0.91% 0.72% -
XYZ 18.45 34.5 12.52 -
YUV 120.87 102.67 53.2 -
System Red Green Blue C M Y K H S L
Decimal 16 183 76 0.91 0 0.58 0.28 141.56 0.84 0.39
Hex 10 B7 4C 5B 0 3A 1C 8E 54 27
Octal 20 267 114 133 0 72 34 216 124 47
Binary 10000 10110111 1001100 1011011 0 111010 11100 10001110 1010100 100111

Color Harmonies of #10B74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B74C

Black with #10B74C

Text Example


Text Example

White with #10B74C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,183,76); }

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

background-color css

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

 a { background-color: rgb(16,183,76); }

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

border-color css

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

 span { border-color: rgb(16,183,76); }

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