Html Css Color HEX #10D122 Dark Pastel Green

📋 copy color: '#10D122'

red 16 ◦ green 209 ◦ blue 34

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

Shades of Dark Pastel Green #10D122

Tints of Dark Pastel Green #10D122

RGB

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

 GREEN value IS 209 (82.03% from 255) = 80.69%

 BLUE value IS 34 (13.67% from 255) = 13.13%

R = 6.18%
G = 80.69%
B = 13.13%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#10D122 (or 0x10D122) is known color: Dark Pastel Green. HEX triplet: 10, D1 and 22. RGB value is (16,209,34). Sum of RGB (Red+Green+Blue) = 16+209+34=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 209 (82.03% from 255 or 80.69% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 209 - color contains mainly: green. Hex color #10D122 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D122 is #EF2EDD. Grayscale: #838383. Windows color (decimal): -15675102 or 2281744. OLE color: 2281744.

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

Color convert

RGB 16 209 34 -
CMYK 0.92 0 0.84 0.18
HSL 125.6º 0.86% 0.44% -
HSV(B) 125.6º 0.92% 0.82% -
XYZ 23.3 45.83 9.13 -
YUV 131.34 73.06 45.73 -
System Red Green Blue C M Y K H S L
Decimal 16 209 34 0.92 0 0.84 0.18 125.6 0.86 0.44
Hex 10 D1 22 5C 0 54 12 7E 56 2C
Octal 20 321 42 134 0 124 22 176 126 54
Binary 10000 11010001 100010 1011100 0 1010100 10010 1111110 1010110 101100

Color Harmonies of #10D122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D122

Black with #10D122

Text Example


Text Example

White with #10D122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,209,34); }

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

background-color css

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

 a { background-color: rgb(16,209,34); }

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

border-color css

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

 span { border-color: rgb(16,209,34); }

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