Html Css Color HEX #10C81E Dark Pastel Green

📋 copy color: '#10C81E'

red 16 ◦ green 200 ◦ blue 30

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

Shades of Dark Pastel Green #10C81E

Tints of Dark Pastel Green #10C81E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 81.3%

 BLUE value IS 30 (12.11% from 255) = 12.2%

R = 6.5%
G = 81.3%
B = 12.2%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#10C81E (or 0x10C81E) is known color: Dark Pastel Green. HEX triplet: 10, C8 and 1E. RGB value is (16,200,30). Sum of RGB (Red+Green+Blue) = 16+200+30=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 200 (78.52% from 255 or 81.30% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 200 - color contains mainly: green. Hex color #10C81E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C81E is #EF37E1. Grayscale: #7E7E7E. Windows color (decimal): -15677410 or 2017296. OLE color: 2017296.

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

Color convert

RGB 16 200 30 -
CMYK 0.92 0 0.85 0.22
HSL 124.57º 0.85% 0.42% -
HSV(B) 124.57º 0.92% 0.78% -
XYZ 21.1 41.51 8.13 -
YUV 125.6 74.04 49.82 -
System Red Green Blue C M Y K H S L
Decimal 16 200 30 0.92 0 0.85 0.22 124.57 0.85 0.42
Hex 10 C8 1E 5C 0 55 16 7D 55 2A
Octal 20 310 36 134 0 125 26 175 125 52
Binary 10000 11001000 11110 1011100 0 1010101 10110 1111101 1010101 101010

Color Harmonies of #10C81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C81E

Black with #10C81E

Text Example


Text Example

White with #10C81E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,200,30); }

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

background-color css

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

 a { background-color: rgb(16,200,30); }

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

border-color css

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

 span { border-color: rgb(16,200,30); }

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