Html Css Color HEX #10BD67 Jade

📋 copy color: '#10BD67'

red 16 ◦ green 189 ◦ blue 103

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

Shades of Jade #10BD67

Tints of Jade #10BD67

RGB

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

 GREEN value IS 189 (74.22% from 255) = 61.36%

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

R = 5.19%
G = 61.36%
B = 33.44%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#10BD67 (or 0x10BD67) is known color: Jade. HEX triplet: 10, BD and 67. RGB value is (16,189,103). Sum of RGB (Red+Green+Blue) = 16+189+103=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 189 (74.22% from 255 or 61.36% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 189 - color contains mainly: green. Hex color #10BD67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BD67 is #EF4298. Grayscale: #7F7F7F. Windows color (decimal): -15680153 or 6798608. OLE color: 6798608.

HSL color Cylindrical-coordinate representation of color #10BD67: hue angle of 150.17º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BD67 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 189 103 -
CMYK 0.92 0 0.46 0.26
HSL 150.17º 0.84% 0.4% -
HSV(B) 150.17º 0.92% 0.74% -
XYZ 20.86 37.48 18.97 -
YUV 127.47 114.19 48.49 -
System Red Green Blue C M Y K H S L
Decimal 16 189 103 0.92 0 0.46 0.26 150.17 0.84 0.4
Hex 10 BD 67 5C 0 2E 1A 96 54 28
Octal 20 275 147 134 0 56 32 226 124 50
Binary 10000 10111101 1100111 1011100 0 101110 11010 10010110 1010100 101000

Color Harmonies of #10BD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BD67

Black with #10BD67

Text Example


Text Example

White with #10BD67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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