Html Css Color HEX #10BD58 Pigment Green

📋 copy color: '#10BD58'

red 16 ◦ green 189 ◦ blue 88

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

Shades of Pigment Green #10BD58

Tints of Pigment Green #10BD58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.03%

R = 5.46%
G = 64.51%
B = 30.03%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#10BD58 (or 0x10BD58) is known color: Pigment Green. HEX triplet: 10, BD and 58. RGB value is (16,189,88). Sum of RGB (Red+Green+Blue) = 16+189+88=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 189 (74.22% from 255 or 64.51% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BD58 is #EF42A7. Grayscale: #7D7D7D. Windows color (decimal): -15680168 or 5815568. OLE color: 5815568.

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

Color convert

RGB 16 189 88 -
CMYK 0.92 0 0.53 0.26
HSL 144.97º 0.84% 0.4% -
HSV(B) 144.97º 0.92% 0.74% -
XYZ 20.17 37.21 15.35 -
YUV 125.76 106.69 49.71 -
System Red Green Blue C M Y K H S L
Decimal 16 189 88 0.92 0 0.53 0.26 144.97 0.84 0.4
Hex 10 BD 58 5C 0 35 1A 91 54 28
Octal 20 275 130 134 0 65 32 221 124 50
Binary 10000 10111101 1011000 1011100 0 110101 11010 10010001 1010100 101000

Color Harmonies of #10BD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BD58

Black with #10BD58

Text Example


Text Example

White with #10BD58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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