Html Css Color HEX #10BA6D Jade

📋 copy color: '#10BA6D'

red 16 ◦ green 186 ◦ blue 109

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

Shades of Jade #10BA6D

Tints of Jade #10BA6D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 59.81%

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

R = 5.14%
G = 59.81%
B = 35.05%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#10BA6D (or 0x10BA6D) is known color: Jade. HEX triplet: 10, BA and 6D. RGB value is (16,186,109). Sum of RGB (Red+Green+Blue) = 16+186+109=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 186 (73.05% from 255 or 59.81% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 186 - color contains mainly: green. Hex color #10BA6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BA6D is #EF4592. Grayscale: #7E7E7E. Windows color (decimal): -15680915 or 7191056. OLE color: 7191056.

HSL color Cylindrical-coordinate representation of color #10BA6D: hue angle of 152.82º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BA6D is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 186 109 -
CMYK 0.91 0 0.41 0.27
HSL 152.82º 0.84% 0.4% -
HSV(B) 152.82º 0.91% 0.73% -
XYZ 20.53 36.33 20.4 -
YUV 126.39 118.18 49.26 -
System Red Green Blue C M Y K H S L
Decimal 16 186 109 0.91 0 0.41 0.27 152.82 0.84 0.4
Hex 10 BA 6D 5B 0 29 1B 99 54 28
Octal 20 272 155 133 0 51 33 231 124 50
Binary 10000 10111010 1101101 1011011 0 101001 11011 10011001 1010100 101000

Color Harmonies of #10BA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BA6D

Black with #10BA6D

Text Example


Text Example

White with #10BA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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