Html Css Color HEX #10BB63 Jade

📋 copy color: '#10BB63'

red 16 ◦ green 187 ◦ blue 99

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

Shades of Jade #10BB63

Tints of Jade #10BB63

RGB

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

 GREEN value IS 187 (73.44% from 255) = 61.92%

 BLUE value IS 99 (39.06% from 255) = 32.78%

R = 5.3%
G = 61.92%
B = 32.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#10BB63 (or 0x10BB63) is known color: Jade. HEX triplet: 10, BB and 63. RGB value is (16,187,99). Sum of RGB (Red+Green+Blue) = 16+187+99=302 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.30% from 302); Green value is 187 (73.44% from 255 or 61.92% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 187 - color contains mainly: green. Hex color #10BB63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BB63 is #EF449C. Grayscale: #7E7E7E. Windows color (decimal): -15680669 or 6535952. OLE color: 6535952.

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

Color convert

RGB 16 187 99 -
CMYK 0.91 0 0.47 0.27
HSL 149.12º 0.84% 0.4% -
HSV(B) 149.12º 0.91% 0.73% -
XYZ 20.24 36.55 17.79 -
YUV 125.84 112.85 49.66 -
System Red Green Blue C M Y K H S L
Decimal 16 187 99 0.91 0 0.47 0.27 149.12 0.84 0.4
Hex 10 BB 63 5B 0 2F 1B 95 54 28
Octal 20 273 143 133 0 57 33 225 124 50
Binary 10000 10111011 1100011 1011011 0 101111 11011 10010101 1010100 101000

Color Harmonies of #10BB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BB63

Black with #10BB63

Text Example


Text Example

White with #10BB63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,187,99); }

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

background-color css

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

 a { background-color: rgb(16,187,99); }

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

border-color css

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

 span { border-color: rgb(16,187,99); }

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