Html Css Color HEX #10B056 Pigment Green

📋 copy color: '#10B056'

red 16 ◦ green 176 ◦ blue 86

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

Shades of Pigment Green #10B056

Tints of Pigment Green #10B056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.94%

R = 5.76%
G = 63.31%
B = 30.94%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#10B056 (or 0x10B056) is known color: Pigment Green. HEX triplet: 10, B0 and 56. RGB value is (16,176,86). Sum of RGB (Red+Green+Blue) = 16+176+86=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 176 (69.14% from 255 or 63.31% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 176 - color contains mainly: green. Hex color #10B056 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10B056 is #EF4FA9. Grayscale: #767676. Windows color (decimal): -15683498 or 5681168. OLE color: 5681168.

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

Color convert

RGB 16 176 86 -
CMYK 0.91 0 0.51 0.31
HSL 146.25º 0.83% 0.38% -
HSV(B) 146.25º 0.91% 0.69% -
XYZ 17.42 31.83 14.03 -
YUV 117.9 109.99 55.32 -
System Red Green Blue C M Y K H S L
Decimal 16 176 86 0.91 0 0.51 0.31 146.25 0.83 0.38
Hex 10 B0 56 5B 0 33 1F 92 53 26
Octal 20 260 126 133 0 63 37 222 123 46
Binary 10000 10110000 1010110 1011011 0 110011 11111 10010010 1010011 100110

Color Harmonies of #10B056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B056

Black with #10B056

Text Example


Text Example

White with #10B056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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