Html Css Color HEX #10C31F Dark Pastel Green

📋 copy color: '#10C31F'

red 16 ◦ green 195 ◦ blue 31

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

Shades of Dark Pastel Green #10C31F

Tints of Dark Pastel Green #10C31F

RGB

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

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

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

R = 6.61%
G = 80.58%
B = 12.81%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#10C31F (or 0x10C31F) is known color: Dark Pastel Green. HEX triplet: 10, C3 and 1F. RGB value is (16,195,31). Sum of RGB (Red+Green+Blue) = 16+195+31=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 195 (76.56% from 255 or 80.58% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 195 - color contains mainly: green. Hex color #10C31F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C31F is #EF3CE0. Grayscale: #7B7B7B. Windows color (decimal): -15678689 or 2081552. OLE color: 2081552.

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

Color convert

RGB 16 195 31 -
CMYK 0.92 0 0.84 0.24
HSL 125.03º 0.85% 0.41% -
HSV(B) 125.03º 0.92% 0.76% -
XYZ 19.98 39.24 7.82 -
YUV 122.78 76.2 51.84 -
System Red Green Blue C M Y K H S L
Decimal 16 195 31 0.92 0 0.84 0.24 125.03 0.85 0.41
Hex 10 C3 1F 5C 0 54 18 7D 55 29
Octal 20 303 37 134 0 124 30 175 125 51
Binary 10000 11000011 11111 1011100 0 1010100 11000 1111101 1010101 101001

Color Harmonies of #10C31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C31F

Black with #10C31F

Text Example


Text Example

White with #10C31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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