Html Css Color HEX #10B76C Jade

📋 copy color: '#10B76C'

red 16 ◦ green 183 ◦ blue 108

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

Shades of Jade #10B76C

Tints of Jade #10B76C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 59.61%

 BLUE value IS 108 (42.58% from 255) = 35.18%

R = 5.21%
G = 59.61%
B = 35.18%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#10B76C (or 0x10B76C) is known color: Jade. HEX triplet: 10, B7 and 6C. RGB value is (16,183,108). Sum of RGB (Red+Green+Blue) = 16+183+108=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 183 (71.88% from 255 or 59.61% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 183 - color contains mainly: green. Hex color #10B76C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B76C is #EF4893. Grayscale: #7C7C7C. Windows color (decimal): -15681684 or 7124752. OLE color: 7124752.

HSL color Cylindrical-coordinate representation of color #10B76C: hue angle of 153.05º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B76C is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 16 183 108 -
CMYK 0.91 0 0.41 0.28
HSL 153.05º 0.84% 0.39% -
HSV(B) 153.05º 0.91% 0.72% -
XYZ 19.85 35.06 19.91 -
YUV 124.52 118.67 50.6 -
System Red Green Blue C M Y K H S L
Decimal 16 183 108 0.91 0 0.41 0.28 153.05 0.84 0.39
Hex 10 B7 6C 5B 0 29 1C 99 54 27
Octal 20 267 154 133 0 51 34 231 124 47
Binary 10000 10110111 1101100 1011011 0 101001 11100 10011001 1010100 100111

Color Harmonies of #10B76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B76C

Black with #10B76C

Text Example


Text Example

White with #10B76C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,183,108); }

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

background-color css

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

 a { background-color: rgb(16,183,108); }

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

border-color css

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

 span { border-color: rgb(16,183,108); }

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