Html Css Color HEX #10B05A Pigment Green

📋 copy color: '#10B05A'

red 16 ◦ green 176 ◦ blue 90

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

Shades of Pigment Green #10B05A

Tints of Pigment Green #10B05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.91%

R = 5.67%
G = 62.41%
B = 31.91%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#10B05A (or 0x10B05A) is known color: Pigment Green. HEX triplet: 10, B0 and 5A. RGB value is (16,176,90). Sum of RGB (Red+Green+Blue) = 16+176+90=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 176 (69.14% from 255 or 62.41% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 176 - color contains mainly: green. Hex color #10B05A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10B05A is #EF4FA5. Grayscale: #767676. Windows color (decimal): -15683494 or 5943312. OLE color: 5943312.

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

Color convert

RGB 16 176 90 -
CMYK 0.91 0 0.49 0.31
HSL 147.75º 0.83% 0.38% -
HSV(B) 147.75º 0.91% 0.69% -
XYZ 17.58 31.9 14.9 -
YUV 118.36 111.99 54.99 -
System Red Green Blue C M Y K H S L
Decimal 16 176 90 0.91 0 0.49 0.31 147.75 0.83 0.38
Hex 10 B0 5A 5B 0 31 1F 94 53 26
Octal 20 260 132 133 0 61 37 224 123 46
Binary 10000 10110000 1011010 1011011 0 110001 11111 10010100 1010011 100110

Color Harmonies of #10B05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B05A

Black with #10B05A

Text Example


Text Example

White with #10B05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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