Html Css Color HEX #10C71F Dark Pastel Green

📋 copy color: '#10C71F'

red 16 ◦ green 199 ◦ blue 31

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

Shades of Dark Pastel Green #10C71F

Tints of Dark Pastel Green #10C71F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 80.89%

 BLUE value IS 31 (12.5% from 255) = 12.6%

R = 6.5%
G = 80.89%
B = 12.6%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#10C71F (or 0x10C71F) is known color: Dark Pastel Green. HEX triplet: 10, C7 and 1F. RGB value is (16,199,31). Sum of RGB (Red+Green+Blue) = 16+199+31=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 199 (78.12% from 255 or 80.89% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 199 - color contains mainly: green. Hex color #10C71F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C71F is #EF38E0. Grayscale: #7D7D7D. Windows color (decimal): -15677665 or 2082576. OLE color: 2082576.

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

Color convert

RGB 16 199 31 -
CMYK 0.92 0 0.84 0.22
HSL 124.92º 0.85% 0.42% -
HSV(B) 124.92º 0.92% 0.78% -
XYZ 20.88 41.06 8.12 -
YUV 125.13 74.87 50.16 -
System Red Green Blue C M Y K H S L
Decimal 16 199 31 0.92 0 0.84 0.22 124.92 0.85 0.42
Hex 10 C7 1F 5C 0 54 16 7D 55 2A
Octal 20 307 37 134 0 124 26 175 125 52
Binary 10000 11000111 11111 1011100 0 1010100 10110 1111101 1010101 101010

Color Harmonies of #10C71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C71F

Black with #10C71F

Text Example


Text Example

White with #10C71F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,199,31); }

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

background-color css

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

 a { background-color: rgb(16,199,31); }

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

border-color css

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

 span { border-color: rgb(16,199,31); }

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