Html Css Color HEX #10B063 Jade

📋 copy color: '#10B063'

red 16 ◦ green 176 ◦ blue 99

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

Shades of Jade #10B063

Tints of Jade #10B063

RGB

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

 GREEN value IS 176 (69.14% from 255) = 60.48%

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

R = 5.5%
G = 60.48%
B = 34.02%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#10B063 (or 0x10B063) is known color: Jade. HEX triplet: 10, B0 and 63. RGB value is (16,176,99). Sum of RGB (Red+Green+Blue) = 16+176+99=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 176 (69.14% from 255 or 60.48% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 176 - color contains mainly: green. Hex color #10B063 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10B063 is #EF4F9C. Grayscale: #777777. Windows color (decimal): -15683485 or 6533136. OLE color: 6533136.

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

Color convert

RGB 16 176 99 -
CMYK 0.91 0 0.44 0.31
HSL 151.13º 0.83% 0.38% -
HSV(B) 151.13º 0.91% 0.69% -
XYZ 17.99 32.06 17.04 -
YUV 119.38 116.49 54.26 -
System Red Green Blue C M Y K H S L
Decimal 16 176 99 0.91 0 0.44 0.31 151.13 0.83 0.38
Hex 10 B0 63 5B 0 2C 1F 97 53 26
Octal 20 260 143 133 0 54 37 227 123 46
Binary 10000 10110000 1100011 1011011 0 101100 11111 10010111 1010011 100110

Color Harmonies of #10B063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B063

Black with #10B063

Text Example


Text Example

White with #10B063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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