Html Css Color HEX #10C427 Dark Pastel Green

📋 copy color: '#10C427'

red 16 ◦ green 196 ◦ blue 39

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

Shades of Dark Pastel Green #10C427

Tints of Dark Pastel Green #10C427

RGB

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

 GREEN value IS 196 (76.95% from 255) = 78.09%

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

R = 6.37%
G = 78.09%
B = 15.54%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#10C427 (or 0x10C427) is known color: Dark Pastel Green. HEX triplet: 10, C4 and 27. RGB value is (16,196,39). Sum of RGB (Red+Green+Blue) = 16+196+39=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 196 (76.95% from 255 or 78.09% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 196 - color contains mainly: green. Hex color #10C427 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C427 is #EF3BD8. Grayscale: #7C7C7C. Windows color (decimal): -15678425 or 2606096. OLE color: 2606096.

HSL color Cylindrical-coordinate representation of color #10C427: hue angle of 127.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C427 is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 16 196 39 -
CMYK 0.92 0 0.80 0.23
HSL 127.67º 0.85% 0.42% -
HSV(B) 127.67º 0.92% 0.77% -
XYZ 20.32 39.74 8.52 -
YUV 124.28 79.87 50.77 -
System Red Green Blue C M Y K H S L
Decimal 16 196 39 0.92 0 0.80 0.23 127.67 0.85 0.42
Hex 10 C4 27 5C 0 50 17 80 55 2A
Octal 20 304 47 134 0 120 27 200 125 52
Binary 10000 11000100 100111 1011100 0 1010000 10111 10000000 1010101 101010

Color Harmonies of #10C427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C427

Black with #10C427

Text Example


Text Example

White with #10C427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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