Html Css Color HEX #10B13E Dark Pastel Green

📋 copy color: '#10B13E'

red 16 ◦ green 177 ◦ blue 62

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

Shades of Dark Pastel Green #10B13E

Tints of Dark Pastel Green #10B13E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 69.41%

 BLUE value IS 62 (24.61% from 255) = 24.31%

R = 6.27%
G = 69.41%
B = 24.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#10B13E (or 0x10B13E) is known color: Dark Pastel Green. HEX triplet: 10, B1 and 3E. RGB value is (16,177,62). Sum of RGB (Red+Green+Blue) = 16+177+62=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 177 (69.53% from 255 or 69.41% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 177 - color contains mainly: green. Hex color #10B13E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10B13E is #EF4EC1. Grayscale: #747474. Windows color (decimal): -15683266 or 4108560. OLE color: 4108560.

HSL color Cylindrical-coordinate representation of color #10B13E: hue angle of 137.14º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B13E is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 16 177 62 -
CMYK 0.91 0 0.65 0.31
HSL 137.14º 0.83% 0.38% -
HSV(B) 137.14º 0.91% 0.69% -
XYZ 16.81 31.9 9.83 -
YUV 115.75 97.66 56.85 -
System Red Green Blue C M Y K H S L
Decimal 16 177 62 0.91 0 0.65 0.31 137.14 0.83 0.38
Hex 10 B1 3E 5B 0 41 1F 89 53 26
Octal 20 261 76 133 0 101 37 211 123 46
Binary 10000 10110001 111110 1011011 0 1000001 11111 10001001 1010011 100110

Color Harmonies of #10B13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B13E

Black with #10B13E

Text Example


Text Example

White with #10B13E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,177,62); }

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

background-color css

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

 a { background-color: rgb(16,177,62); }

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

border-color css

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

 span { border-color: rgb(16,177,62); }

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