Html Css Color HEX #10C331 Dark Pastel Green

📋 copy color: '#10C331'

red 16 ◦ green 195 ◦ blue 49

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

Shades of Dark Pastel Green #10C331

Tints of Dark Pastel Green #10C331

RGB

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

 GREEN value IS 195 (76.56% from 255) = 75%

 BLUE value IS 49 (19.53% from 255) = 18.85%

R = 6.15%
G = 75%
B = 18.85%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#10C331 (or 0x10C331) is known color: Dark Pastel Green. HEX triplet: 10, C3 and 31. RGB value is (16,195,49). Sum of RGB (Red+Green+Blue) = 16+195+49=260 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.15% from 260); Green value is 195 (76.56% from 255 or 75% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 195 - color contains mainly: green. Hex color #10C331 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C331 is #EF3CCE. Grayscale: #7D7D7D. Windows color (decimal): -15678671 or 3261200. OLE color: 3261200.

HSL color Cylindrical-coordinate representation of color #10C331: hue angle of 131.06º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C331 is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 16 195 49 -
CMYK 0.92 0 0.75 0.24
HSL 131.06º 0.85% 0.41% -
HSV(B) 131.06º 0.92% 0.76% -
XYZ 20.28 39.36 9.43 -
YUV 124.84 85.2 50.37 -
System Red Green Blue C M Y K H S L
Decimal 16 195 49 0.92 0 0.75 0.24 131.06 0.85 0.41
Hex 10 C3 31 5C 0 4B 18 83 55 29
Octal 20 303 61 134 0 113 30 203 125 51
Binary 10000 11000011 110001 1011100 0 1001011 11000 10000011 1010101 101001

Color Harmonies of #10C331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C331

Black with #10C331

Text Example


Text Example

White with #10C331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,195,49); }

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

background-color css

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

 a { background-color: rgb(16,195,49); }

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

border-color css

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

 span { border-color: rgb(16,195,49); }

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