Html Css Color HEX #10BD4B Dark Pastel Green

📋 copy color: '#10BD4B'

red 16 ◦ green 189 ◦ blue 75

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

Shades of Dark Pastel Green #10BD4B

Tints of Dark Pastel Green #10BD4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.79%

R = 5.71%
G = 67.5%
B = 26.79%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#10BD4B (or 0x10BD4B) is known color: Dark Pastel Green. HEX triplet: 10, BD and 4B. RGB value is (16,189,75). Sum of RGB (Red+Green+Blue) = 16+189+75=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 189 (74.22% from 255 or 67.5% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BD4B is #EF42B4. Grayscale: #7C7C7C. Windows color (decimal): -15680181 or 4963600. OLE color: 4963600.

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

Color convert

RGB 16 189 75 -
CMYK 0.92 0 0.60 0.26
HSL 140.46º 0.84% 0.4% -
HSV(B) 140.46º 0.92% 0.74% -
XYZ 19.68 37.01 12.76 -
YUV 124.28 100.19 50.77 -
System Red Green Blue C M Y K H S L
Decimal 16 189 75 0.92 0 0.60 0.26 140.46 0.84 0.4
Hex 10 BD 4B 5C 0 3C 1A 8C 54 28
Octal 20 275 113 134 0 74 32 214 124 50
Binary 10000 10111101 1001011 1011100 0 111100 11010 10001100 1010100 101000

Color Harmonies of #10BD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BD4B

Black with #10BD4B

Text Example


Text Example

White with #10BD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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