Html Css Color HEX #10B051 Pigment Green

📋 copy color: '#10B051'

red 16 ◦ green 176 ◦ blue 81

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

Shades of Pigment Green #10B051

Tints of Pigment Green #10B051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 29.67%

R = 5.86%
G = 64.47%
B = 29.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#10B051 (or 0x10B051) is known color: Pigment Green. HEX triplet: 10, B0 and 51. RGB value is (16,176,81). Sum of RGB (Red+Green+Blue) = 16+176+81=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 176 (69.14% from 255 or 64.47% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 176 - color contains mainly: green. Hex color #10B051 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10B051 is #EF4FAE. Grayscale: #757575. Windows color (decimal): -15683503 or 5353488. OLE color: 5353488.

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

Color convert

RGB 16 176 81 -
CMYK 0.91 0 0.54 0.31
HSL 144.38º 0.83% 0.38% -
HSV(B) 144.38º 0.91% 0.69% -
XYZ 17.22 31.75 13.01 -
YUV 117.33 107.49 55.72 -
System Red Green Blue C M Y K H S L
Decimal 16 176 81 0.91 0 0.54 0.31 144.38 0.83 0.38
Hex 10 B0 51 5B 0 36 1F 90 53 26
Octal 20 260 121 133 0 66 37 220 123 46
Binary 10000 10110000 1010001 1011011 0 110110 11111 10010000 1010011 100110

Color Harmonies of #10B051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B051

Black with #10B051

Text Example


Text Example

White with #10B051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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