Html Css Color HEX #10BC69 Jade

📋 copy color: '#10BC69'

red 16 ◦ green 188 ◦ blue 105

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

Shades of Jade #10BC69

Tints of Jade #10BC69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.98%

R = 5.18%
G = 60.84%
B = 33.98%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#10BC69 (or 0x10BC69) is known color: Jade. HEX triplet: 10, BC and 69. RGB value is (16,188,105). Sum of RGB (Red+Green+Blue) = 16+188+105=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BC69 is #EF4396. Grayscale: #7F7F7F. Windows color (decimal): -15680407 or 6929424. OLE color: 6929424.

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

Color convert

RGB 16 188 105 -
CMYK 0.91 0 0.44 0.26
HSL 151.05º 0.84% 0.4% -
HSV(B) 151.05º 0.91% 0.74% -
XYZ 20.75 37.1 19.43 -
YUV 127.11 115.52 48.75 -
System Red Green Blue C M Y K H S L
Decimal 16 188 105 0.91 0 0.44 0.26 151.05 0.84 0.4
Hex 10 BC 69 5B 0 2C 1A 97 54 28
Octal 20 274 151 133 0 54 32 227 124 50
Binary 10000 10111100 1101001 1011011 0 101100 11010 10010111 1010100 101000

Color Harmonies of #10BC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BC69

Black with #10BC69

Text Example


Text Example

White with #10BC69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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