Html Css Color HEX #10BE6B Jade

📋 copy color: '#10BE6B'

red 16 ◦ green 190 ◦ blue 107

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

Shades of Jade #10BE6B

Tints of Jade #10BE6B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 60.7%

 BLUE value IS 107 (42.19% from 255) = 34.19%

R = 5.11%
G = 60.7%
B = 34.19%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#10BE6B (or 0x10BE6B) is known color: Jade. HEX triplet: 10, BE and 6B. RGB value is (16,190,107). Sum of RGB (Red+Green+Blue) = 16+190+107=313 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.11% from 313); Green value is 190 (74.61% from 255 or 60.70% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 190 - color contains mainly: green. Hex color #10BE6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BE6B is #EF4194. Grayscale: #808080. Windows color (decimal): -15679893 or 7061008. OLE color: 7061008.

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

Color convert

RGB 16 190 107 -
CMYK 0.92 0 0.44 0.25
HSL 151.38º 0.84% 0.4% -
HSV(B) 151.38º 0.92% 0.75% -
XYZ 21.28 38 20.12 -
YUV 128.51 115.85 47.75 -
System Red Green Blue C M Y K H S L
Decimal 16 190 107 0.92 0 0.44 0.25 151.38 0.84 0.4
Hex 10 BE 6B 5C 0 2C 19 97 54 28
Octal 20 276 153 134 0 54 31 227 124 50
Binary 10000 10111110 1101011 1011100 0 101100 11001 10010111 1010100 101000

Color Harmonies of #10BE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BE6B

Black with #10BE6B

Text Example


Text Example

White with #10BE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,190,107); }

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

background-color css

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

 a { background-color: rgb(16,190,107); }

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

border-color css

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

 span { border-color: rgb(16,190,107); }

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