Html Css Color HEX #10BF6F Jade

📋 copy color: '#10BF6F'

red 16 ◦ green 191 ◦ blue 111

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

Shades of Jade #10BF6F

Tints of Jade #10BF6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.91%

R = 5.03%
G = 60.06%
B = 34.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#10BF6F (or 0x10BF6F) is known color: Jade. HEX triplet: 10, BF and 6F. RGB value is (16,191,111). Sum of RGB (Red+Green+Blue) = 16+191+111=318 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.03% from 318); Green value is 191 (75% from 255 or 60.06% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 191 - color contains mainly: green. Hex color #10BF6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BF6F is #EF4090. Grayscale: #818181. Windows color (decimal): -15679633 or 7323408. OLE color: 7323408.

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

Color convert

RGB 16 191 111 -
CMYK 0.92 0 0.42 0.25
HSL 152.57º 0.85% 0.41% -
HSV(B) 152.57º 0.92% 0.75% -
XYZ 21.71 38.52 21.33 -
YUV 129.56 117.52 47 -
System Red Green Blue C M Y K H S L
Decimal 16 191 111 0.92 0 0.42 0.25 152.57 0.85 0.41
Hex 10 BF 6F 5C 0 2A 19 99 55 29
Octal 20 277 157 134 0 52 31 231 125 51
Binary 10000 10111111 1101111 1011100 0 101010 11001 10011001 1010101 101001

Color Harmonies of #10BF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BF6F

Black with #10BF6F

Text Example


Text Example

White with #10BF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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