Html Css Color HEX #10B367 Jade

📋 copy color: '#10B367'

red 16 ◦ green 179 ◦ blue 103

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

Shades of Jade #10B367

Tints of Jade #10B367

RGB

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

 GREEN value IS 179 (70.31% from 255) = 60.07%

 BLUE value IS 103 (40.63% from 255) = 34.56%

R = 5.37%
G = 60.07%
B = 34.56%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#10B367 (or 0x10B367) is known color: Jade. HEX triplet: 10, B3 and 67. RGB value is (16,179,103). Sum of RGB (Red+Green+Blue) = 16+179+103=298 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.37% from 298); Green value is 179 (70.31% from 255 or 60.07% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 179 - color contains mainly: green. Hex color #10B367 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B367 is #EF4C98. Grayscale: #797979. Windows color (decimal): -15682713 or 6796048. OLE color: 6796048.

HSL color Cylindrical-coordinate representation of color #10B367: hue angle of 152.02º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B367 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB 16 179 103 -
CMYK 0.91 0 0.42 0.30
HSL 152.02º 0.84% 0.38% -
HSV(B) 152.02º 0.91% 0.7% -
XYZ 18.78 33.33 18.28 -
YUV 121.6 117.5 52.68 -
System Red Green Blue C M Y K H S L
Decimal 16 179 103 0.91 0 0.42 0.30 152.02 0.84 0.38
Hex 10 B3 67 5B 0 2A 1E 98 54 26
Octal 20 263 147 133 0 52 36 230 124 46
Binary 10000 10110011 1100111 1011011 0 101010 11110 10011000 1010100 100110

Color Harmonies of #10B367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B367

Black with #10B367

Text Example


Text Example

White with #10B367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,179,103); }

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

background-color css

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

 a { background-color: rgb(16,179,103); }

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

border-color css

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

 span { border-color: rgb(16,179,103); }

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