#10B469

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

Shades of Jade #10B469

Tints of Jade #10B469

Color information

#10B469 (or 0x10B469) is unknown color: approx Jade. HEX triplet: 10, B4 and 69. RGB value is (16,180,105). Sum of RGB (Red+Green+Blue) = 16+180+105=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 180 (70.70% from 255 or 59.80% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 180 - color contains mainly: green. Hex color #10B469 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B469 is #EF4B96. Grayscale: #7A7A7A. Windows color (decimal): -15682455 or 6927376. OLE color: 6927376.

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

Color convert

RGB16180105-
CMYK0.9100.420.29
HSL152.56º83.67%38.43%-
HSV(B)152.56º91.11%70.59%-
XYZ19.0833.7718.88-
YUV122.41118.1752.1-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.32%
GREEN value IS 180 (70.70% from 255) = 59.80%
BLUE value IS 105 (41.41% from 255) = 34.88%
R=5.32%
G=59.80%
B=34.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161801050.9100.420.29152.5683.6738.43
Hex10B4695B02A1D995426
Octal202641511330523523112446
Binary100001011010011010011011011010101011101100110011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,180,105); }

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

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

 a { background-color: rgb(16,180,105); }

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

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

 span { border-color: rgb(16,180,105); }

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