Html Css Color HEX #10BC68 Jade

📋 copy color: '#10BC68'

red 16 ◦ green 188 ◦ blue 104

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

Shades of Jade #10BC68

Tints of Jade #10BC68

RGB

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

 GREEN value IS 188 (73.83% from 255) = 61.04%

 BLUE value IS 104 (41.02% from 255) = 33.77%

R = 5.19%
G = 61.04%
B = 33.77%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#10BC68 (or 0x10BC68) is known color: Jade. HEX triplet: 10, BC and 68. RGB value is (16,188,104). Sum of RGB (Red+Green+Blue) = 16+188+104=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 188 (73.83% from 255 or 61.04% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BC68 is #EF4397. Grayscale: #7F7F7F. Windows color (decimal): -15680408 or 6863888. OLE color: 6863888.

HSL color Cylindrical-coordinate representation of color #10BC68: hue angle of 150.7º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BC68 is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 188 104 -
CMYK 0.91 0 0.45 0.26
HSL 150.7º 0.84% 0.4% -
HSV(B) 150.7º 0.91% 0.74% -
XYZ 20.7 37.08 19.16 -
YUV 127 115.02 48.83 -
System Red Green Blue C M Y K H S L
Decimal 16 188 104 0.91 0 0.45 0.26 150.7 0.84 0.4
Hex 10 BC 68 5B 0 2D 1A 97 54 28
Octal 20 274 150 133 0 55 32 227 124 50
Binary 10000 10111100 1101000 1011011 0 101101 11010 10010111 1010100 101000

Color Harmonies of #10BC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BC68

Black with #10BC68

Text Example


Text Example

White with #10BC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,188,104); }

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

background-color css

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

 a { background-color: rgb(16,188,104); }

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

border-color css

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

 span { border-color: rgb(16,188,104); }

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