Html Css Color HEX #10B164 Jade

📋 copy color: '#10B164'

red 16 ◦ green 177 ◦ blue 100

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

Shades of Jade #10B164

Tints of Jade #10B164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.13%

R = 5.46%
G = 60.41%
B = 34.13%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#10B164 (or 0x10B164) is known color: Jade. HEX triplet: 10, B1 and 64. RGB value is (16,177,100). Sum of RGB (Red+Green+Blue) = 16+177+100=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 177 (69.53% from 255 or 60.41% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 177 - color contains mainly: green. Hex color #10B164 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10B164 is #EF4E9B. Grayscale: #787878. Windows color (decimal): -15683228 or 6598928. OLE color: 6598928.

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

Color convert

RGB 16 177 100 -
CMYK 0.91 0 0.44 0.31
HSL 151.3º 0.83% 0.38% -
HSV(B) 151.3º 0.91% 0.69% -
XYZ 18.24 32.47 17.36 -
YUV 120.08 116.66 53.76 -
System Red Green Blue C M Y K H S L
Decimal 16 177 100 0.91 0 0.44 0.31 151.3 0.83 0.38
Hex 10 B1 64 5B 0 2C 1F 97 53 26
Octal 20 261 144 133 0 54 37 227 123 46
Binary 10000 10110001 1100100 1011011 0 101100 11111 10010111 1010011 100110

Color Harmonies of #10B164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B164

Black with #10B164

Text Example


Text Example

White with #10B164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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