Html Css Color HEX #10BD28 Dark Pastel Green

📋 copy color: '#10BD28'

red 16 ◦ green 189 ◦ blue 40

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

Shades of Dark Pastel Green #10BD28

Tints of Dark Pastel Green #10BD28

RGB

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

 GREEN value IS 189 (74.22% from 255) = 77.14%

 BLUE value IS 40 (16.02% from 255) = 16.33%

R = 6.53%
G = 77.14%
B = 16.33%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#10BD28 (or 0x10BD28) is known color: Dark Pastel Green. HEX triplet: 10, BD and 28. RGB value is (16,189,40). Sum of RGB (Red+Green+Blue) = 16+189+40=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 189 (74.22% from 255 or 77.14% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BD28 is #EF42D7. Grayscale: #787878. Windows color (decimal): -15680216 or 2669840. OLE color: 2669840.

HSL color Cylindrical-coordinate representation of color #10BD28: hue angle of 128.32º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BD28 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 189 40 -
CMYK 0.92 0 0.79 0.26
HSL 128.32º 0.84% 0.4% -
HSV(B) 128.32º 0.92% 0.74% -
XYZ 18.79 36.66 8.09 -
YUV 120.29 82.69 53.62 -
System Red Green Blue C M Y K H S L
Decimal 16 189 40 0.92 0 0.79 0.26 128.32 0.84 0.4
Hex 10 BD 28 5C 0 4F 1A 80 54 28
Octal 20 275 50 134 0 117 32 200 124 50
Binary 10000 10111101 101000 1011100 0 1001111 11010 10000000 1010100 101000

Color Harmonies of #10BD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BD28

Black with #10BD28

Text Example


Text Example

White with #10BD28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,189,40); }

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

background-color css

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

 a { background-color: rgb(16,189,40); }

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

border-color css

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

 span { border-color: rgb(16,189,40); }

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