Html Css Color HEX #10BD6B Jade

📋 copy color: '#10BD6B'

red 16 ◦ green 189 ◦ blue 107

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

Shades of Jade #10BD6B

Tints of Jade #10BD6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.29%

R = 5.13%
G = 60.58%
B = 34.29%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#10BD6B (or 0x10BD6B) is known color: Jade. HEX triplet: 10, BD and 6B. RGB value is (16,189,107). Sum of RGB (Red+Green+Blue) = 16+189+107=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 189 (74.22% from 255 or 60.58% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BD6B is #EF4294. Grayscale: #808080. Windows color (decimal): -15680149 or 7060752. OLE color: 7060752.

HSL color Cylindrical-coordinate representation of color #10BD6B: hue angle of 151.56º 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 #10BD6B is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 189 107 -
CMYK 0.92 0 0.43 0.26
HSL 151.56º 0.84% 0.4% -
HSV(B) 151.56º 0.92% 0.74% -
XYZ 21.07 37.57 20.05 -
YUV 127.93 116.19 48.17 -
System Red Green Blue C M Y K H S L
Decimal 16 189 107 0.92 0 0.43 0.26 151.56 0.84 0.4
Hex 10 BD 6B 5C 0 2B 1A 98 54 28
Octal 20 275 153 134 0 53 32 230 124 50
Binary 10000 10111101 1101011 1011100 0 101011 11010 10011000 1010100 101000

Color Harmonies of #10BD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BD6B

Black with #10BD6B

Text Example


Text Example

White with #10BD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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