Html Css Color HEX #10C328 Dark Pastel Green

📋 copy color: '#10C328'

red 16 ◦ green 195 ◦ blue 40

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

Shades of Dark Pastel Green #10C328

Tints of Dark Pastel Green #10C328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.94%

R = 6.37%
G = 77.69%
B = 15.94%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#10C328 (or 0x10C328) is known color: Dark Pastel Green. HEX triplet: 10, C3 and 28. RGB value is (16,195,40). Sum of RGB (Red+Green+Blue) = 16+195+40=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 195 (76.56% from 255 or 77.69% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 195 - color contains mainly: green. Hex color #10C328 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C328 is #EF3CD7. Grayscale: #7C7C7C. Windows color (decimal): -15678680 or 2671376. OLE color: 2671376.

HSL color Cylindrical-coordinate representation of color #10C328: hue angle of 128.04º 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 #10C328 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 16 195 40 -
CMYK 0.92 0 0.79 0.24
HSL 128.04º 0.85% 0.41% -
HSV(B) 128.04º 0.92% 0.76% -
XYZ 20.11 39.29 8.53 -
YUV 123.81 80.7 51.1 -
System Red Green Blue C M Y K H S L
Decimal 16 195 40 0.92 0 0.79 0.24 128.04 0.85 0.41
Hex 10 C3 28 5C 0 4F 18 80 55 29
Octal 20 303 50 134 0 117 30 200 125 51
Binary 10000 11000011 101000 1011100 0 1001111 11000 10000000 1010101 101001

Color Harmonies of #10C328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C328

Black with #10C328

Text Example


Text Example

White with #10C328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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