Html Css Color HEX #10B16E Jade

📋 copy color: '#10B16E'

red 16 ◦ green 177 ◦ blue 110

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

Shades of Jade #10B16E

Tints of Jade #10B16E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 58.42%

 BLUE value IS 110 (43.36% from 255) = 36.3%

R = 5.28%
G = 58.42%
B = 36.3%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#10B16E (or 0x10B16E) is known color: Jade. HEX triplet: 10, B1 and 6E. RGB value is (16,177,110). Sum of RGB (Red+Green+Blue) = 16+177+110=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 177 (69.53% from 255 or 58.42% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 177 - color contains mainly: green. Hex color #10B16E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10B16E is #EF4E91. Grayscale: #797979. Windows color (decimal): -15683218 or 7254288. OLE color: 7254288.

HSL color Cylindrical-coordinate representation of color #10B16E: hue angle of 155.03º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B16E is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 16 177 110 -
CMYK 0.91 0 0.38 0.31
HSL 155.03º 0.83% 0.38% -
HSV(B) 155.03º 0.91% 0.69% -
XYZ 18.75 32.68 20.07 -
YUV 121.22 121.66 52.95 -
System Red Green Blue C M Y K H S L
Decimal 16 177 110 0.91 0 0.38 0.31 155.03 0.83 0.38
Hex 10 B1 6E 5B 0 26 1F 9B 53 26
Octal 20 261 156 133 0 46 37 233 123 46
Binary 10000 10110001 1101110 1011011 0 100110 11111 10011011 1010011 100110

Color Harmonies of #10B16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B16E

Black with #10B16E

Text Example


Text Example

White with #10B16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,177,110); }

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

background-color css

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

 a { background-color: rgb(16,177,110); }

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

border-color css

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

 span { border-color: rgb(16,177,110); }

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