Html Css Color HEX #10BF67 Jade

📋 copy color: '#10BF67'

red 16 ◦ green 191 ◦ blue 103

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

Shades of Jade #10BF67

Tints of Jade #10BF67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.23%

R = 5.16%
G = 61.61%
B = 33.23%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#10BF67 (or 0x10BF67) is known color: Jade. HEX triplet: 10, BF and 67. RGB value is (16,191,103). Sum of RGB (Red+Green+Blue) = 16+191+103=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 191 (75% from 255 or 61.61% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 191 - color contains mainly: green. Hex color #10BF67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BF67 is #EF4098. Grayscale: #808080. Windows color (decimal): -15679641 or 6799120. OLE color: 6799120.

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

Color convert

RGB 16 191 103 -
CMYK 0.92 0 0.46 0.25
HSL 149.83º 0.85% 0.41% -
HSV(B) 149.83º 0.92% 0.75% -
XYZ 21.29 38.35 19.11 -
YUV 128.64 113.52 47.66 -
System Red Green Blue C M Y K H S L
Decimal 16 191 103 0.92 0 0.46 0.25 149.83 0.85 0.41
Hex 10 BF 67 5C 0 2E 19 96 55 29
Octal 20 277 147 134 0 56 31 226 125 51
Binary 10000 10111111 1100111 1011100 0 101110 11001 10010110 1010101 101001

Color Harmonies of #10BF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BF67

Black with #10BF67

Text Example


Text Example

White with #10BF67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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