Html Css Color HEX #10C327 Dark Pastel Green

📋 copy color: '#10C327'

red 16 ◦ green 195 ◦ blue 39

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

Shades of Dark Pastel Green #10C327

Tints of Dark Pastel Green #10C327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.6%

R = 6.4%
G = 78%
B = 15.6%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#10C327 (or 0x10C327) is known color: Dark Pastel Green. HEX triplet: 10, C3 and 27. RGB value is (16,195,39). Sum of RGB (Red+Green+Blue) = 16+195+39=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 195 (76.56% from 255 or 78% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 195 - color contains mainly: green. Hex color #10C327 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C327 is #EF3CD8. Grayscale: #7C7C7C. Windows color (decimal): -15678681 or 2605840. OLE color: 2605840.

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

Color convert

RGB 16 195 39 -
CMYK 0.92 0 0.80 0.24
HSL 127.71º 0.85% 0.41% -
HSV(B) 127.71º 0.92% 0.76% -
XYZ 20.1 39.29 8.44 -
YUV 123.7 80.2 51.18 -
System Red Green Blue C M Y K H S L
Decimal 16 195 39 0.92 0 0.80 0.24 127.71 0.85 0.41
Hex 10 C3 27 5C 0 50 18 80 55 29
Octal 20 303 47 134 0 120 30 200 125 51
Binary 10000 11000011 100111 1011100 0 1010000 11000 10000000 1010101 101001

Color Harmonies of #10C327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C327

Black with #10C327

Text Example


Text Example

White with #10C327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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