Html Css Color HEX #10B05D Pigment Green

📋 copy color: '#10B05D'

red 16 ◦ green 176 ◦ blue 93

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

Shades of Pigment Green #10B05D

Tints of Pigment Green #10B05D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 61.75%

 BLUE value IS 93 (36.72% from 255) = 32.63%

R = 5.61%
G = 61.75%
B = 32.63%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#10B05D (or 0x10B05D) is known color: Pigment Green. HEX triplet: 10, B0 and 5D. RGB value is (16,176,93). Sum of RGB (Red+Green+Blue) = 16+176+93=285 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.61% from 285); Green value is 176 (69.14% from 255 or 61.75% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 176 - color contains mainly: green. Hex color #10B05D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10B05D is #EF4FA2. Grayscale: #767676. Windows color (decimal): -15683491 or 6139920. OLE color: 6139920.

HSL color Cylindrical-coordinate representation of color #10B05D: hue angle of 148.88º 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 #10B05D is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 16 176 93 -
CMYK 0.91 0 0.47 0.31
HSL 148.88º 0.83% 0.38% -
HSV(B) 148.88º 0.91% 0.69% -
XYZ 17.71 31.95 15.59 -
YUV 118.7 113.49 54.75 -
System Red Green Blue C M Y K H S L
Decimal 16 176 93 0.91 0 0.47 0.31 148.88 0.83 0.38
Hex 10 B0 5D 5B 0 2F 1F 95 53 26
Octal 20 260 135 133 0 57 37 225 123 46
Binary 10000 10110000 1011101 1011011 0 101111 11111 10010101 1010011 100110

Color Harmonies of #10B05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B05D

Black with #10B05D

Text Example


Text Example

White with #10B05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,176,93); }

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

background-color css

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

 a { background-color: rgb(16,176,93); }

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

border-color css

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

 span { border-color: rgb(16,176,93); }

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