Html Css Color HEX #10BA6F Jade

📋 copy color: '#10BA6F'

red 16 ◦ green 186 ◦ blue 111

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

Shades of Jade #10BA6F

Tints of Jade #10BA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.46%

R = 5.11%
G = 59.42%
B = 35.46%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#10BA6F (or 0x10BA6F) is known color: Jade. HEX triplet: 10, BA and 6F. RGB value is (16,186,111). Sum of RGB (Red+Green+Blue) = 16+186+111=313 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.11% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #10BA6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BA6F is #EF4590. Grayscale: #7E7E7E. Windows color (decimal): -15680913 or 7322128. OLE color: 7322128.

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

Color convert

RGB 16 186 111 -
CMYK 0.91 0 0.40 0.27
HSL 153.53º 0.84% 0.4% -
HSV(B) 153.53º 0.91% 0.73% -
XYZ 20.64 36.38 20.97 -
YUV 126.62 119.18 49.1 -
System Red Green Blue C M Y K H S L
Decimal 16 186 111 0.91 0 0.40 0.27 153.53 0.84 0.4
Hex 10 BA 6F 5B 0 28 1B 9A 54 28
Octal 20 272 157 133 0 50 33 232 124 50
Binary 10000 10111010 1101111 1011011 0 101000 11011 10011010 1010100 101000

Color Harmonies of #10BA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BA6F

Black with #10BA6F

Text Example


Text Example

White with #10BA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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