Html Css Color HEX #10BD63 Jade

📋 copy color: '#10BD63'

red 16 ◦ green 189 ◦ blue 99

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

Shades of Jade #10BD63

Tints of Jade #10BD63

RGB

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

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

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

R = 5.26%
G = 62.17%
B = 32.57%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#10BD63 (or 0x10BD63) is known color: Jade. HEX triplet: 10, BD and 63. RGB value is (16,189,99). Sum of RGB (Red+Green+Blue) = 16+189+99=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 189 (74.22% from 255 or 62.17% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BD63 is #EF429C. Grayscale: #7F7F7F. Windows color (decimal): -15680157 or 6536464. OLE color: 6536464.

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

Color convert

RGB 16 189 99 -
CMYK 0.92 0 0.48 0.26
HSL 148.79º 0.84% 0.4% -
HSV(B) 148.79º 0.92% 0.74% -
XYZ 20.66 37.41 17.94 -
YUV 127.01 112.19 48.82 -
System Red Green Blue C M Y K H S L
Decimal 16 189 99 0.92 0 0.48 0.26 148.79 0.84 0.4
Hex 10 BD 63 5C 0 30 1A 95 54 28
Octal 20 275 143 134 0 60 32 225 124 50
Binary 10000 10111101 1100011 1011100 0 110000 11010 10010101 1010100 101000

Color Harmonies of #10BD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BD63

Black with #10BD63

Text Example


Text Example

White with #10BD63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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