Html Css Color HEX #10BD6D Jade

📋 copy color: '#10BD6D'

red 16 ◦ green 189 ◦ blue 109

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

Shades of Jade #10BD6D

Tints of Jade #10BD6D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 60.19%

 BLUE value IS 109 (42.97% from 255) = 34.71%

R = 5.1%
G = 60.19%
B = 34.71%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#10BD6D (or 0x10BD6D) is known color: Jade. HEX triplet: 10, BD and 6D. RGB value is (16,189,109). Sum of RGB (Red+Green+Blue) = 16+189+109=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 189 (74.22% from 255 or 60.19% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BD6D is #EF4292. Grayscale: #808080. Windows color (decimal): -15680147 or 7191824. OLE color: 7191824.

HSL color Cylindrical-coordinate representation of color #10BD6D: hue angle of 152.25º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BD6D is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 189 109 -
CMYK 0.92 0 0.42 0.26
HSL 152.25º 0.84% 0.4% -
HSV(B) 152.25º 0.92% 0.74% -
XYZ 21.17 37.61 20.61 -
YUV 128.15 117.19 48 -
System Red Green Blue C M Y K H S L
Decimal 16 189 109 0.92 0 0.42 0.26 152.25 0.84 0.4
Hex 10 BD 6D 5C 0 2A 1A 98 54 28
Octal 20 275 155 134 0 52 32 230 124 50
Binary 10000 10111101 1101101 1011100 0 101010 11010 10011000 1010100 101000

Color Harmonies of #10BD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BD6D

Black with #10BD6D

Text Example


Text Example

White with #10BD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,189,109); }

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

background-color css

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

 a { background-color: rgb(16,189,109); }

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

border-color css

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

 span { border-color: rgb(16,189,109); }

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