Html Css Color HEX #10BC67 Jade

📋 copy color: '#10BC67'

red 16 ◦ green 188 ◦ blue 103

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

Shades of Jade #10BC67

Tints of Jade #10BC67

RGB

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

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

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

R = 5.21%
G = 61.24%
B = 33.55%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#10BC67 (or 0x10BC67) is known color: Jade. HEX triplet: 10, BC and 67. RGB value is (16,188,103). Sum of RGB (Red+Green+Blue) = 16+188+103=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BC67 is #EF4398. Grayscale: #7F7F7F. Windows color (decimal): -15680409 or 6798352. OLE color: 6798352.

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

Color convert

RGB 16 188 103 -
CMYK 0.91 0 0.45 0.26
HSL 150.35º 0.84% 0.4% -
HSV(B) 150.35º 0.91% 0.74% -
XYZ 20.65 37.06 18.9 -
YUV 126.88 114.52 48.91 -
System Red Green Blue C M Y K H S L
Decimal 16 188 103 0.91 0 0.45 0.26 150.35 0.84 0.4
Hex 10 BC 67 5B 0 2D 1A 96 54 28
Octal 20 274 147 133 0 55 32 226 124 50
Binary 10000 10111100 1100111 1011011 0 101101 11010 10010110 1010100 101000

Color Harmonies of #10BC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BC67

Black with #10BC67

Text Example


Text Example

White with #10BC67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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