Html Css Color HEX #10BA6E Jade

📋 copy color: '#10BA6E'

red 16 ◦ green 186 ◦ blue 110

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

Shades of Jade #10BA6E

Tints of Jade #10BA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.26%

R = 5.13%
G = 59.62%
B = 35.26%

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

#10BA6E (or 0x10BA6E) is known color: Jade. HEX triplet: 10, BA and 6E. RGB value is (16,186,110). Sum of RGB (Red+Green+Blue) = 16+186+110=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #10BA6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BA6E is #EF4591. Grayscale: #7E7E7E. Windows color (decimal): -15680914 or 7256592. OLE color: 7256592.

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

Color convert

RGB 16 186 110 -
CMYK 0.91 0 0.41 0.27
HSL 153.18º 0.84% 0.4% -
HSV(B) 153.18º 0.91% 0.73% -
XYZ 20.59 36.35 20.68 -
YUV 126.51 118.68 49.18 -
System Red Green Blue C M Y K H S L
Decimal 16 186 110 0.91 0 0.41 0.27 153.18 0.84 0.4
Hex 10 BA 6E 5B 0 29 1B 99 54 28
Octal 20 272 156 133 0 51 33 231 124 50
Binary 10000 10111010 1101110 1011011 0 101001 11011 10011001 1010100 101000

Color Harmonies of #10BA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BA6E

Black with #10BA6E

Text Example


Text Example

White with #10BA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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