Html Css Color HEX #10C06D Jade

📋 copy color: '#10C06D'

red 16 ◦ green 192 ◦ blue 109

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

Shades of Jade #10C06D

Tints of Jade #10C06D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60.57%

 BLUE value IS 109 (42.97% from 255) = 34.38%

R = 5.05%
G = 60.57%
B = 34.38%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#10C06D (or 0x10C06D) is known color: Jade. HEX triplet: 10, C0 and 6D. RGB value is (16,192,109). Sum of RGB (Red+Green+Blue) = 16+192+109=317 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.05% from 317); Green value is 192 (75.39% from 255 or 60.57% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 192 - color contains mainly: green. Hex color #10C06D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C06D is #EF3F92. Grayscale: #828282. Windows color (decimal): -15679379 or 7192592. OLE color: 7192592.

HSL color Cylindrical-coordinate representation of color #10C06D: hue angle of 151.7º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C06D is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 192 109 -
CMYK 0.92 0 0.43 0.25
HSL 151.7º 0.85% 0.41% -
HSV(B) 151.7º 0.92% 0.75% -
XYZ 21.82 38.91 20.83 -
YUV 129.91 116.19 46.75 -
System Red Green Blue C M Y K H S L
Decimal 16 192 109 0.92 0 0.43 0.25 151.7 0.85 0.41
Hex 10 C0 6D 5C 0 2B 19 98 55 29
Octal 20 300 155 134 0 53 31 230 125 51
Binary 10000 11000000 1101101 1011100 0 101011 11001 10011000 1010101 101001

Color Harmonies of #10C06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C06D

Black with #10C06D

Text Example


Text Example

White with #10C06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,192,109); }

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

background-color css

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

 a { background-color: rgb(16,192,109); }

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

border-color css

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

 span { border-color: rgb(16,192,109); }

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