Html Css Color HEX #10CE25 Dark Pastel Green

📋 copy color: '#10CE25'

red 16 ◦ green 206 ◦ blue 37

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

Shades of Dark Pastel Green #10CE25

Tints of Dark Pastel Green #10CE25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.29%

R = 6.18%
G = 79.54%
B = 14.29%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#10CE25 (or 0x10CE25) is known color: Dark Pastel Green. HEX triplet: 10, CE and 25. RGB value is (16,206,37). Sum of RGB (Red+Green+Blue) = 16+206+37=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 206 (80.86% from 255 or 79.54% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 206 - color contains mainly: green. Hex color #10CE25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CE25 is #EF31DA. Grayscale: #828282. Windows color (decimal): -15675867 or 2477584. OLE color: 2477584.

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

Color convert

RGB 16 206 37 -
CMYK 0.92 0 0.82 0.19
HSL 126.63º 0.86% 0.44% -
HSV(B) 126.63º 0.92% 0.81% -
XYZ 22.62 44.39 9.13 -
YUV 129.92 75.55 46.74 -
System Red Green Blue C M Y K H S L
Decimal 16 206 37 0.92 0 0.82 0.19 126.63 0.86 0.44
Hex 10 CE 25 5C 0 52 13 7F 56 2C
Octal 20 316 45 134 0 122 23 177 126 54
Binary 10000 11001110 100101 1011100 0 1010010 10011 1111111 1010110 101100

Color Harmonies of #10CE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CE25

Black with #10CE25

Text Example


Text Example

White with #10CE25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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