#10B267

Color #10B267 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #10B267

Tints of Jade #10B267

Color information

#10B267 (or 0x10B267) is unknown color: approx Jade. HEX triplet: 10, B2 and 67. RGB value is (16,178,103). Sum of RGB (Red+Green+Blue) = 16+178+103=297 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.39% from 297); Green value is 178 (69.92% from 255 or 59.93% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 178 - color contains mainly: green. Hex color #10B267 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10B267 is #EF4D98. Grayscale: #797979. Windows color (decimal): -15682969 or 6795792. OLE color: 6795792.

HSL color Cylindrical-coordinate representation of color #10B267: hue angle of 152.22º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B267 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB16178103-
CMYK0.9100.420.30
HSL152.22º83.51%38.04%-
HSV(B)152.22º91.01%69.8%-
XYZ18.5832.9318.21-
YUV121.01117.8353.1-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.39%
GREEN value IS 178 (69.92% from 255) = 59.93%
BLUE value IS 103 (40.62% from 255) = 34.68%
R=5.39%
G=59.93%
B=34.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161781030.9100.420.30152.2283.5138.04
Hex10B2675B02A1E985426
Octal202621471330523623012446
Binary100001011001011001111011011010101011110100110001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,178,103); }

 H1.HeaderClassName
 {
   color: #10B267;
 }
 .AnyTagClassName
 {
   color: #10B267;
 }
</style>
background-color css

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

 a { background-color: rgb(16,178,103); }

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

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

 span { border-color: rgb(16,178,103); }

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