Html Css Color HEX #06BA6B Jade

📋 copy color: '#06BA6B'

red 6 ◦ green 186 ◦ blue 107

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

Shades of Jade #06BA6B

Tints of Jade #06BA6B

RGB

 RED value IS 6 (2.73% from 255) = 2.01%

 GREEN value IS 186 (73.05% from 255) = 62.21%

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

R = 2.01%
G = 62.21%
B = 35.79%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#06BA6B (or 0x06BA6B) is known color: Jade. HEX triplet: 06, BA and 6B. RGB value is (6,186,107). Sum of RGB (Red+Green+Blue) = 6+186+107=299 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 299); Green value is 186 (73.05% from 255 or 62.21% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 186 - color contains mainly: green. Hex color #06BA6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BA6B is #F94594. Grayscale: #7B7B7B. Windows color (decimal): -16336277 or 7059974. OLE color: 7059974.

HSL color Cylindrical-coordinate representation of color #06BA6B: hue angle of 153.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BA6B is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 186 107 -
CMYK 0.97 0 0.42 0.27
HSL 153.67º 0.94% 0.38% -
HSV(B) 153.67º 0.97% 0.73% -
XYZ 20.29 36.22 19.83 -
YUV 123.17 118.87 44.42 -
System Red Green Blue C M Y K H S L
Decimal 6 186 107 0.97 0 0.42 0.27 153.67 0.94 0.38
Hex 6 BA 6B 61 0 2A 1B 9A 5E 26
Octal 6 272 153 141 0 52 33 232 136 46
Binary 110 10111010 1101011 1100001 0 101010 11011 10011010 1011110 100110

Color Harmonies of #06BA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06BA6B

Black with #06BA6B

Text Example


Text Example

White with #06BA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06BA6B; }

 p { color: rgb(6,186,107); }

 H1.HeaderClassName
 {
   color: #06BA6B;
 }
 .AnyTagClassName
 {
   color: #06BA6B;
 }
</style>

background-color css

<style>
 a { background-color: #06BA6B; }

 a { background-color: rgb(6,186,107); }

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

border-color css

<style>
 span { border-color: #06BA6B; }

 span { border-color: rgb(6,186,107); }

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