Html Css Color HEX #10B14B Pigment Green

📋 copy color: '#10B14B'

red 16 ◦ green 177 ◦ blue 75

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

Shades of Pigment Green #10B14B

Tints of Pigment Green #10B14B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 66.04%

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

R = 5.97%
G = 66.04%
B = 27.99%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#10B14B (or 0x10B14B) is known color: Pigment Green. HEX triplet: 10, B1 and 4B. RGB value is (16,177,75). Sum of RGB (Red+Green+Blue) = 16+177+75=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 177 (69.53% from 255 or 66.04% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 177 - color contains mainly: green. Hex color #10B14B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10B14B is #EF4EB4. Grayscale: #757575. Windows color (decimal): -15683253 or 4960528. OLE color: 4960528.

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

Color convert

RGB 16 177 75 -
CMYK 0.91 0 0.58 0.31
HSL 141.99º 0.83% 0.38% -
HSV(B) 141.99º 0.91% 0.69% -
XYZ 17.21 32.06 11.94 -
YUV 117.23 104.16 55.79 -
System Red Green Blue C M Y K H S L
Decimal 16 177 75 0.91 0 0.58 0.31 141.99 0.83 0.38
Hex 10 B1 4B 5B 0 3A 1F 8E 53 26
Octal 20 261 113 133 0 72 37 216 123 46
Binary 10000 10110001 1001011 1011011 0 111010 11111 10001110 1010011 100110

Color Harmonies of #10B14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B14B

Black with #10B14B

Text Example


Text Example

White with #10B14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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