Html Css Color HEX #10BF6B Jade

📋 copy color: '#10BF6B'

red 16 ◦ green 191 ◦ blue 107

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

Shades of Jade #10BF6B

Tints of Jade #10BF6B

RGB

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

 GREEN value IS 191 (75% from 255) = 60.83%

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

R = 5.1%
G = 60.83%
B = 34.08%

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

#10BF6B (or 0x10BF6B) is known color: Jade. HEX triplet: 10, BF and 6B. RGB value is (16,191,107). Sum of RGB (Red+Green+Blue) = 16+191+107=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 191 (75% from 255 or 60.83% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 191 - color contains mainly: green. Hex color #10BF6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BF6B is #EF4094. Grayscale: #818181. Windows color (decimal): -15679637 or 7061264. OLE color: 7061264.

HSL color Cylindrical-coordinate representation of color #10BF6B: hue angle of 151.2º 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 #10BF6B is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 191 107 -
CMYK 0.92 0 0.44 0.25
HSL 151.2º 0.85% 0.41% -
HSV(B) 151.2º 0.92% 0.75% -
XYZ 21.5 38.43 20.2 -
YUV 129.1 115.52 47.33 -
System Red Green Blue C M Y K H S L
Decimal 16 191 107 0.92 0 0.44 0.25 151.2 0.85 0.41
Hex 10 BF 6B 5C 0 2C 19 97 55 29
Octal 20 277 153 134 0 54 31 227 125 51
Binary 10000 10111111 1101011 1011100 0 101100 11001 10010111 1010101 101001

Color Harmonies of #10BF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BF6B

Black with #10BF6B

Text Example


Text Example

White with #10BF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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