Html Css Color HEX #10BE6C Jade

📋 copy color: '#10BE6C'

red 16 ◦ green 190 ◦ blue 108

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

Shades of Jade #10BE6C

Tints of Jade #10BE6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.39%

R = 5.1%
G = 60.51%
B = 34.39%

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

#10BE6C (or 0x10BE6C) is known color: Jade. HEX triplet: 10, BE and 6C. RGB value is (16,190,108). Sum of RGB (Red+Green+Blue) = 16+190+108=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 190 (74.61% from 255 or 60.51% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 190 - color contains mainly: green. Hex color #10BE6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BE6C is #EF4193. Grayscale: #808080. Windows color (decimal): -15679892 or 7126544. OLE color: 7126544.

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

Color convert

RGB 16 190 108 -
CMYK 0.92 0 0.43 0.25
HSL 151.72º 0.84% 0.4% -
HSV(B) 151.72º 0.92% 0.75% -
XYZ 21.33 38.02 20.4 -
YUV 128.63 116.35 47.67 -
System Red Green Blue C M Y K H S L
Decimal 16 190 108 0.92 0 0.43 0.25 151.72 0.84 0.4
Hex 10 BE 6C 5C 0 2B 19 98 54 28
Octal 20 276 154 134 0 53 31 230 124 50
Binary 10000 10111110 1101100 1011100 0 101011 11001 10011000 1010100 101000

Color Harmonies of #10BE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BE6C

Black with #10BE6C

Text Example


Text Example

White with #10BE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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