Html Css Color HEX #10BC61 Jade

📋 copy color: '#10BC61'

red 16 ◦ green 188 ◦ blue 97

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

Shades of Jade #10BC61

Tints of Jade #10BC61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.23%

R = 5.32%
G = 62.46%
B = 32.23%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#10BC61 (or 0x10BC61) is known color: Jade. HEX triplet: 10, BC and 61. RGB value is (16,188,97). Sum of RGB (Red+Green+Blue) = 16+188+97=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 188 (73.83% from 255 or 62.46% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 188 - color contains mainly: green. Hex color #10BC61 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BC61 is #EF439E. Grayscale: #7E7E7E. Windows color (decimal): -15680415 or 6405136. OLE color: 6405136.

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

Color convert

RGB 16 188 97 -
CMYK 0.91 0 0.48 0.26
HSL 148.26º 0.84% 0.4% -
HSV(B) 148.26º 0.91% 0.74% -
XYZ 20.35 36.94 17.37 -
YUV 126.2 111.52 49.4 -
System Red Green Blue C M Y K H S L
Decimal 16 188 97 0.91 0 0.48 0.26 148.26 0.84 0.4
Hex 10 BC 61 5B 0 30 1A 94 54 28
Octal 20 274 141 133 0 60 32 224 124 50
Binary 10000 10111100 1100001 1011011 0 110000 11010 10010100 1010100 101000

Color Harmonies of #10BC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BC61

Black with #10BC61

Text Example


Text Example

White with #10BC61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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