Html Css Color HEX #10B245 Dark Pastel Green

📋 copy color: '#10B245'

red 16 ◦ green 178 ◦ blue 69

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

Shades of Dark Pastel Green #10B245

Tints of Dark Pastel Green #10B245

RGB

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

 GREEN value IS 178 (69.92% from 255) = 67.68%

 BLUE value IS 69 (27.34% from 255) = 26.24%

R = 6.08%
G = 67.68%
B = 26.24%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#10B245 (or 0x10B245) is known color: Dark Pastel Green. HEX triplet: 10, B2 and 45. RGB value is (16,178,69). Sum of RGB (Red+Green+Blue) = 16+178+69=263 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.08% from 263); Green value is 178 (69.92% from 255 or 67.68% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 178 - color contains mainly: green. Hex color #10B245 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10B245 is #EF4DBA. Grayscale: #757575. Windows color (decimal): -15683003 or 4567568. OLE color: 4567568.

HSL color Cylindrical-coordinate representation of color #10B245: hue angle of 139.63º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B245 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 16 178 69 -
CMYK 0.91 0 0.61 0.30
HSL 139.63º 0.84% 0.38% -
HSV(B) 139.63º 0.91% 0.7% -
XYZ 17.21 32.38 10.97 -
YUV 117.14 100.83 55.86 -
System Red Green Blue C M Y K H S L
Decimal 16 178 69 0.91 0 0.61 0.30 139.63 0.84 0.38
Hex 10 B2 45 5B 0 3D 1E 8C 54 26
Octal 20 262 105 133 0 75 36 214 124 46
Binary 10000 10110010 1000101 1011011 0 111101 11110 10001100 1010100 100110

Color Harmonies of #10B245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B245

Black with #10B245

Text Example


Text Example

White with #10B245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,178,69); }

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

background-color css

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

 a { background-color: rgb(16,178,69); }

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

border-color css

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

 span { border-color: rgb(16,178,69); }

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