Html Css Color HEX #10CE2E Dark Pastel Green

📋 copy color: '#10CE2E'

red 16 ◦ green 206 ◦ blue 46

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

Shades of Dark Pastel Green #10CE2E

Tints of Dark Pastel Green #10CE2E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 76.87%

 BLUE value IS 46 (18.36% from 255) = 17.16%

R = 5.97%
G = 76.87%
B = 17.16%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#10CE2E (or 0x10CE2E) is known color: Dark Pastel Green. HEX triplet: 10, CE and 2E. RGB value is (16,206,46). Sum of RGB (Red+Green+Blue) = 16+206+46=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 206 (80.86% from 255 or 76.87% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 206 - color contains mainly: green. Hex color #10CE2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CE2E is #EF31D1. Grayscale: #838383. Windows color (decimal): -15675858 or 3067408. OLE color: 3067408.

HSL color Cylindrical-coordinate representation of color #10CE2E: hue angle of 129.47º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CE2E is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 206 46 -
CMYK 0.92 0 0.78 0.19
HSL 129.47º 0.86% 0.44% -
HSV(B) 129.47º 0.92% 0.81% -
XYZ 22.78 44.45 9.96 -
YUV 130.95 80.05 46.01 -
System Red Green Blue C M Y K H S L
Decimal 16 206 46 0.92 0 0.78 0.19 129.47 0.86 0.44
Hex 10 CE 2E 5C 0 4E 13 81 56 2C
Octal 20 316 56 134 0 116 23 201 126 54
Binary 10000 11001110 101110 1011100 0 1001110 10011 10000001 1010110 101100

Color Harmonies of #10CE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CE2E

Black with #10CE2E

Text Example


Text Example

White with #10CE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,206,46); }

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

background-color css

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

 a { background-color: rgb(16,206,46); }

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

border-color css

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

 span { border-color: rgb(16,206,46); }

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